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 236a81878f6 Update scheduler-deployment to cope with multiple
executors (#46039)
add 2b46b8fac42 Update taskinstance clear endpoint to support mapped tasks
(#45349)
No new revisions were added by this update.
Summary of changes:
.../core_api/datamodels/task_instances.py | 2 +-
.../api_fastapi/core_api/openapi/v1-generated.yaml | 9 ++-
airflow/ui/openapi-gen/requests/schemas.gen.ts | 19 +++++-
airflow/ui/openapi-gen/requests/types.gen.ts | 2 +-
airflow/ui/src/queries/useClearTaskInstances.ts | 28 +++++---
.../core_api/routes/public/test_task_instances.py | 79 +++++++++++++++++++++-
6 files changed, 124 insertions(+), 15 deletions(-)