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 eed59f1e96f Exclude `src/airflow/__init__.py` when building providers 
(#44066)
     add aa72f0f3312 AIP-84 Get Batch Task Instances (#44051)

No new revisions were added by this update.

Summary of changes:
 .../endpoints/task_instance_endpoint.py            |   1 +
 airflow/api_fastapi/common/parameters.py           |  82 ++++--
 .../core_api/datamodels/task_instances.py          |  33 ++-
 .../api_fastapi/core_api/openapi/v1-generated.yaml | 161 ++++++++++++
 .../core_api/routes/public/task_instances.py       |  93 ++++++-
 airflow/ui/openapi-gen/queries/common.ts           |   3 +
 airflow/ui/openapi-gen/queries/queries.ts          |  40 +++
 airflow/ui/openapi-gen/requests/schemas.gen.ts     | 230 +++++++++++++++++
 airflow/ui/openapi-gen/requests/services.gen.ts    |  27 ++
 airflow/ui/openapi-gen/requests/types.gen.ts       |  57 +++++
 .../core_api/routes/public/test_task_instances.py  | 280 +++++++++++++++++++++
 11 files changed, 981 insertions(+), 26 deletions(-)

Reply via email to