This is an automated email from the ASF dual-hosted git repository.
pierrejeambrun pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 6d075cb7b8b Update the system test
`lib/system-tests/tests/example_comprehend_document_classifier.ts` to use
example files from S3 (#44368)
add d8c91aa6195 AIP-84 Migrate POST list Dag Runs(batch) endpoint to
FastAPI (#44170)
No new revisions were added by this update.
Summary of changes:
.../api_connexion/endpoints/dag_run_endpoint.py | 1 +
airflow/api_fastapi/core_api/datamodels/dag_run.py | 18 +-
.../api_fastapi/core_api/openapi/v1-generated.yaml | 124 +++++++
.../api_fastapi/core_api/routes/public/dag_run.py | 65 +++-
airflow/ui/openapi-gen/queries/common.ts | 3 +
airflow/ui/openapi-gen/queries/queries.ts | 44 +++
airflow/ui/openapi-gen/requests/schemas.gen.ts | 138 +++++++
airflow/ui/openapi-gen/requests/services.gen.ts | 31 ++
airflow/ui/openapi-gen/requests/types.gen.ts | 51 +++
.../core_api/routes/public/test_dag_run.py | 412 ++++++++++++++++++++-
10 files changed, 873 insertions(+), 14 deletions(-)