This is an automated email from the ASF dual-hosted git repository.

jscheffl pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from c63bb392571 Add missing translation PL - 2025-09-06 (#55333)
     add 5593995a073 Exposing DAG Parsing duration in the UI (#54752)

No new revisions were added by this update.

Summary of changes:
 airflow-core/docs/img/airflow_erd.sha256           |    2 +-
 airflow-core/docs/img/airflow_erd.svg              | 1404 ++++++++++----------
 airflow-core/docs/migrations-ref.rst               |    4 +-
 .../api_fastapi/core_api/datamodels/dags.py        |    1 +
 .../api_fastapi/core_api/openapi/_private_ui.yaml  |    6 +
 .../core_api/openapi/v2-rest-api-generated.yaml    |   12 +
 .../src/airflow/cli/commands/dag_command.py        |    1 +
 .../src/airflow/dag_processing/collection.py       |    7 +-
 airflow-core/src/airflow/dag_processing/manager.py |    3 +-
 ..._3_1_0_add_last_parse_duration_to_dag_model.py} |   20 +-
 airflow-core/src/airflow/models/dag.py             |    3 +
 airflow-core/src/airflow/models/dagbag.py          |    1 +
 .../airflow/serialization/serialized_objects.py    |    3 +-
 .../airflow/ui/openapi-gen/requests/schemas.gen.ts |   39 +-
 .../airflow/ui/openapi-gen/requests/types.gen.ts   |    3 +
 .../airflow/ui/public/i18n/locales/en/common.json  |    1 +
 .../src/airflow/ui/public/i18n/locales/en/dag.json |    1 +
 .../src/airflow/ui/src/pages/Dag/Code/Code.tsx     |    6 +
 .../src/airflow/ui/src/pages/Dag/Details.tsx       |    5 +
 .../airflow/ui/src/pages/DagsList/DagCard.test.tsx |    1 +
 airflow-core/src/airflow/utils/db.py               |    2 +-
 .../core_api/routes/public/test_dags.py            |   13 +-
 .../tests/unit/dag_processing/test_collection.py   |   61 +-
 .../src/airflowctl/api/datamodels/generated.py     |    2 +
 24 files changed, 860 insertions(+), 741 deletions(-)
 copy 
airflow-core/src/airflow/migrations/versions/{0062_3_0_0_remove_dag_default_view.py
 => 0084_3_1_0_add_last_parse_duration_to_dag_model.py} (70%)

Reply via email to