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 e7a0511f74d remove `all()` for scalars (#44219)
add 8831b313e1d remove "/" at end from FastAPI endpoints routes (#44218)
No new revisions were added by this update.
Summary of changes:
.../api_fastapi/core_api/openapi/v1-generated.yaml | 31 ++++++++++-----------
.../core_api/routes/public/backfills.py | 4 +--
.../core_api/routes/public/connections.py | 4 +--
.../core_api/routes/public/dag_stats.py | 2 +-
airflow/api_fastapi/core_api/routes/public/dags.py | 4 +--
.../core_api/routes/public/event_logs.py | 2 +-
.../core_api/routes/public/import_error.py | 2 +-
.../api_fastapi/core_api/routes/public/plugins.py | 2 +-
.../api_fastapi/core_api/routes/public/pools.py | 2 +-
.../core_api/routes/public/providers.py | 2 +-
.../api_fastapi/core_api/routes/public/tasks.py | 2 +-
.../core_api/routes/public/variables.py | 4 +--
.../api_fastapi/core_api/routes/public/version.py | 2 +-
airflow/ui/openapi-gen/requests/services.gen.ts | 32 +++++++++++-----------
airflow/ui/openapi-gen/requests/types.gen.ts | 26 ++++++++----------
tests/api_fastapi/core_api/routes/test_routes.py | 2 +-
16 files changed, 60 insertions(+), 63 deletions(-)