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 624a9421b29 Don't set headers on the `OTLPSpanExporter` (#44346)
add a238d06b8a1 AIP-84 Get Mapped Task Instance Tries (#44303)
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 | 69 +++++++++++++++++
.../core_api/routes/public/task_instances.py | 22 +++++-
airflow/ui/openapi-gen/queries/common.ts | 29 ++++++-
airflow/ui/openapi-gen/queries/prefetch.ts | 50 +++++++++++-
airflow/ui/openapi-gen/queries/queries.ts | 49 +++++++++++-
airflow/ui/openapi-gen/queries/suspense.ts | 49 +++++++++++-
airflow/ui/openapi-gen/requests/services.gen.ts | 37 +++++++++
airflow/ui/openapi-gen/requests/types.gen.ts | 38 +++++++++
.../core_api/routes/public/test_task_instances.py | 90 ++++++++++++++++++++++
10 files changed, 429 insertions(+), 5 deletions(-)