This is an automated email from the ASF dual-hosted git repository.
kamilbregula pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from e96eac1 Add nullable and required to some fields in OpenAPI spec
#9315 (#9315)
add caa2a75 Add event log endpoints (#9227)
No new revisions were added by this update.
Summary of changes:
.../api_connexion/endpoints/event_log_endpoint.py | 31 +++-
.../{connection_schema.py => event_log_schema.py} | 53 +++---
.../endpoints/test_event_log_endpoint.py | 177 ++++++++++++++++++++-
.../api_connexion/schemas/test_event_log_schema.py | 126 +++++++++++++++
4 files changed, 344 insertions(+), 43 deletions(-)
copy airflow/api_connexion/schemas/{connection_schema.py =>
event_log_schema.py} (50%)
create mode 100644 tests/api_connexion/schemas/test_event_log_schema.py