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 c83768a05e2 AIP-84 constraint wildcard path params for get batch TI
(#44175)
add e964c640cf2 AIP-84 Get Task Instance Try Details (#43675)
No new revisions were added by this update.
Summary of changes:
.../endpoints/task_instance_endpoint.py | 1 +
.../core_api/datamodels/task_instances.py | 36 ++++
.../api_fastapi/core_api/openapi/v1-generated.yaml | 190 +++++++++++++++++++
.../core_api/routes/public/task_instances.py | 38 ++++
airflow/ui/openapi-gen/queries/common.ts | 27 +++
airflow/ui/openapi-gen/queries/prefetch.ts | 45 +++++
airflow/ui/openapi-gen/queries/queries.ts | 48 +++++
airflow/ui/openapi-gen/queries/suspense.ts | 48 +++++
airflow/ui/openapi-gen/requests/schemas.gen.ts | 206 +++++++++++++++++++++
airflow/ui/openapi-gen/requests/services.gen.ts | 38 ++++
airflow/ui/openapi-gen/requests/types.gen.ts | 65 +++++++
.../core_api/routes/public/test_task_instances.py | 172 +++++++++++++++++
12 files changed, 914 insertions(+)