This is an automated email from the ASF dual-hosted git repository.
jasonliu pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 0f1be8a5018 Fix FlexibleForm params state pollution (#54253)
add 5df17bb14c4 Alias `dag_display_name` for `dag_stats` (#54309)
No new revisions were added by this update.
Summary of changes:
airflow-core/src/airflow/api_fastapi/common/db/dag_runs.py | 5 ++++-
.../airflow/api_fastapi/core_api/datamodels/dag_stats.py | 3 +++
.../api_fastapi/core_api/openapi/v2-rest-api-generated.yaml | 4 ++++
.../airflow/api_fastapi/core_api/routes/public/dag_stats.py | 5 ++++-
.../src/airflow/ui/openapi-gen/requests/schemas.gen.ts | 6 +++++-
.../src/airflow/ui/openapi-gen/requests/types.gen.ts | 1 +
.../api_fastapi/core_api/routes/public/test_dag_stats.py | 13 +++++++++++++
airflow-ctl/src/airflowctl/api/datamodels/generated.py | 1 +
airflow-ctl/tests/airflow_ctl/api/test_operations.py | 6 +++++-
9 files changed, 40 insertions(+), 4 deletions(-)