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 ca2c809b306 feat: sensor to check status of Dataform action (#43055)
add 6a17a62f1b3 AIP-84 Patch Pool (#43266)
No new revisions were added by this update.
Summary of changes:
airflow/api_connexion/endpoints/pool_endpoint.py | 1 +
.../api_fastapi/core_api/openapi/v1-generated.yaml | 91 ++++++++++++
.../api_fastapi/core_api/routes/public/pools.py | 45 +++++-
.../core_api/routes/public/variables.py | 1 -
airflow/api_fastapi/core_api/serializers/pools.py | 23 ++-
airflow/ui/openapi-gen/queries/common.ts | 3 +
airflow/ui/openapi-gen/queries/queries.ts | 54 ++++++-
airflow/ui/openapi-gen/requests/schemas.gen.ts | 52 +++++++
airflow/ui/openapi-gen/requests/services.gen.ts | 36 +++++
airflow/ui/openapi-gen/requests/types.gen.ts | 47 +++++++
.../core_api/routes/public/test_pools.py | 155 +++++++++++++++++++++
11 files changed, 500 insertions(+), 8 deletions(-)