This is an automated email from the ASF dual-hosted git repository.
vincbeck pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 56be41455f8 feat: Support customizing partition_mapper through airflow
plugin (#60934)
add 61cd8c10618 Add `team_name` to Pool APIs (#60952)
No new revisions were added by this update.
Summary of changes:
.../api_fastapi/core_api/datamodels/pools.py | 3 ++
.../core_api/openapi/v2-rest-api-generated.yaml | 18 ++++++++
.../airflow/ui/openapi-gen/requests/schemas.gen.ts | 37 ++++++++++++++-
.../airflow/ui/openapi-gen/requests/types.gen.ts | 3 ++
airflow-core/src/airflow/ui/src/utils/slots.tsx | 2 +-
.../core_api/routes/public/test_pools.py | 52 ++++++++++++++++++++--
.../src/airflowctl/api/datamodels/generated.py | 3 ++
7 files changed, 113 insertions(+), 5 deletions(-)