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 eb05869b6de Move Google provider to new provider structure (#46344)
add 3c732fbc088 Add Pool name search in get pools API (#46397)
No new revisions were added by this update.
Summary of changes:
airflow/api_fastapi/common/parameters.py | 6 ++++++
airflow/api_fastapi/core_api/openapi/v1-generated.yaml | 8 ++++++++
airflow/api_fastapi/core_api/routes/public/pools.py | 9 ++++++++-
airflow/ui/openapi-gen/queries/common.ts | 4 +++-
airflow/ui/openapi-gen/queries/prefetch.ts | 7 +++++--
airflow/ui/openapi-gen/queries/queries.ts | 7 +++++--
airflow/ui/openapi-gen/queries/suspense.ts | 7 +++++--
airflow/ui/openapi-gen/requests/services.gen.ts | 2 ++
airflow/ui/openapi-gen/requests/types.gen.ts | 1 +
tests/api_fastapi/core_api/routes/public/test_pools.py | 7 +++++++
10 files changed, 50 insertions(+), 8 deletions(-)