This is an automated email from the ASF dual-hosted git repository.
weilee pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from db02dc1b28e Add map_index_template to MappedOperator (#54648)
add a63fc7b7eb4 Merge mapped and non-mapped HITL endpoints into one
(#54723)
No new revisions were added by this update.
Summary of changes:
.../core_api/openapi/v2-rest-api-generated.yaml | 145 +-----------
.../api_fastapi/core_api/routes/public/hitl.py | 68 +-----
.../src/airflow/ui/openapi-gen/queries/common.ts | 15 +-
.../ui/openapi-gen/queries/ensureQueryData.ts | 21 +-
.../src/airflow/ui/openapi-gen/queries/prefetch.ts | 21 +-
.../src/airflow/ui/openapi-gen/queries/queries.ts | 51 +---
.../src/airflow/ui/openapi-gen/queries/suspense.ts | 21 +-
.../ui/openapi-gen/requests/services.gen.ts | 70 +-----
.../airflow/ui/openapi-gen/requests/types.gen.ts | 77 +------
.../pages/HITLTaskInstances/HITLResponseForm.tsx | 18 +-
.../ui/src/pages/TaskInstance/HITLResponse.tsx | 6 +-
.../airflow/ui/src/queries/useUpdateHITLDetail.ts | 10 +-
.../core_api/routes/public/test_hitl.py | 256 ++++-----------------
13 files changed, 106 insertions(+), 673 deletions(-)