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 b34832ecf6b Add airflow-ctl package to NON_SHORT_NAME_PACKAGES list in
publish docs (#54849)
add 7d6c7d5c374 Alias `dag_display_name` for `DAGWarningResponse` (#54820)
No new revisions were added by this update.
Summary of changes:
.../api_fastapi/core_api/datamodels/dag_warning.py | 3 +++
.../core_api/openapi/v2-rest-api-generated.yaml | 4 ++++
.../core_api/routes/public/dag_warning.py | 3 ++-
airflow-core/src/airflow/models/dagwarning.py | 3 +++
.../airflow/ui/openapi-gen/requests/schemas.gen.ts | 6 ++++-
.../airflow/ui/openapi-gen/requests/types.gen.ts | 1 +
.../core_api/routes/public/test_dag_warning.py | 26 +++++++++++++++++++---
.../src/airflowctl/api/datamodels/generated.py | 1 +
.../tests/airflow_ctl/api/test_operations.py | 4 +++-
9 files changed, 45 insertions(+), 6 deletions(-)