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 e5020656300 AIP-84 List Task Instances (#43760)
add c63cc69323d AIP-84 Get TI and Mapped TI dependencies (#43788)
No new revisions were added by this update.
Summary of changes:
.../endpoints/task_instance_endpoint.py | 1 +
.../api_fastapi/core_api/openapi/v1-generated.yaml | 153 +++++++++++++++++++++
.../core_api/routes/public/task_instances.py | 62 +++++++++
.../core_api/serializers/task_instances.py | 13 ++
airflow/ui/openapi-gen/queries/common.ts | 50 +++++++
airflow/ui/openapi-gen/queries/prefetch.ts | 80 +++++++++++
airflow/ui/openapi-gen/queries/queries.ts | 88 ++++++++++++
airflow/ui/openapi-gen/queries/suspense.ts | 88 ++++++++++++
airflow/ui/openapi-gen/requests/schemas.gen.ts | 34 +++++
airflow/ui/openapi-gen/requests/services.gen.ts | 70 ++++++++++
airflow/ui/openapi-gen/requests/types.gen.ts | 89 ++++++++++++
.../core_api/routes/public/test_task_instances.py | 81 +++++++++++
12 files changed, 809 insertions(+)