This is an automated email from the ASF dual-hosted git repository.
uranusjr pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from cc8bac9b474 fix ui to use backfill ui endpoint (#49434)
add bc54c3f670e Remove Marshmallow from Core (#49388)
No new revisions were added by this update.
Summary of changes:
airflow-core/pyproject.toml | 1 -
.../api_fastapi/core_api/datamodels/dags.py | 1 +
.../api_fastapi/core_api/openapi/_private_ui.yaml | 6 ++
.../core_api/openapi/v1-rest-api-generated.yaml | 12 +++
.../src/airflow/cli/commands/dag_command.py | 87 ++++------------------
.../airflow/ui/openapi-gen/requests/schemas.gen.ts | 36 +++++++++
.../airflow/ui/openapi-gen/requests/types.gen.ts | 3 +
.../airflow/ui/src/pages/DagsList/DagCard.test.tsx | 1 +
.../core_api/routes/public/test_dags.py | 2 +
.../tests/unit/cli/commands/test_dag_command.py | 7 +-
providers/amazon/pyproject.toml | 1 +
11 files changed, 78 insertions(+), 79 deletions(-)