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 07b8102 Allow AWSAthenaHook to get more than 1000/first page of
results (#6075)
add 7a4988a Add Dag Runs CRUD endpoints (#9473)
No new revisions were added by this update.
Summary of changes:
.../api_connexion/endpoints/dag_run_endpoint.py | 65 ++++-
airflow/api_connexion/openapi/v1.yaml | 57 ++--
airflow/api_connexion/schemas/dag_run_schema.py | 23 +-
.../endpoints/test_dag_run_endpoint.py | 323 ++++++++++++++++-----
tests/api_connexion/schemas/test_dag_run_schema.py | 150 +++++-----
5 files changed, 419 insertions(+), 199 deletions(-)