This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 8a3d0f44152 Allow empty value while variable creation (#45402)
add 8d37497a09e AIP-81 Add Overwrite for Bulk Insert Pool API (#45397)
No new revisions were added by this update.
Summary of changes:
airflow/api_fastapi/core_api/datamodels/pools.py | 1 +
.../api_fastapi/core_api/openapi/v1-generated.yaml | 20 +++-
.../api_fastapi/core_api/routes/public/pools.py | 48 ++++++--
airflow/ui/openapi-gen/queries/common.ts | 2 +-
airflow/ui/openapi-gen/queries/queries.ts | 73 ++++++------
airflow/ui/openapi-gen/requests/schemas.gen.ts | 12 ++
airflow/ui/openapi-gen/requests/services.gen.ts | 13 ++-
airflow/ui/openapi-gen/requests/types.gen.ts | 15 ++-
.../core_api/routes/public/test_pools.py | 130 ++++++++++++++++++---
9 files changed, 238 insertions(+), 76 deletions(-)