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 0d37c59 Make dag_id, task_id, and execution_date nullable in event
log schema (#12287)
add 7478e18 Handle naive datetimes in REST APIi (#12248)
No new revisions were added by this update.
Summary of changes:
.../api_connexion/endpoints/dag_run_endpoint.py | 6 +-
airflow/api_connexion/parameters.py | 6 ++
airflow/api_connexion/schemas/dag_run_schema.py | 15 ++--
.../api_connexion/schemas/task_instance_schema.py | 25 +++---
.../endpoints/test_dag_run_endpoint.py | 49 ++++++++++-
.../endpoints/test_task_instance_endpoint.py | 95 ++++++++++++++++++++++
tests/api_connexion/test_parameters.py | 22 ++++-
7 files changed, 195 insertions(+), 23 deletions(-)