This is an automated email from the ASF dual-hosted git repository.
ephraimanierobi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from ebe307bf609 Fix typo in tmux pane (#46965)
add 9ee7cc69104 Optimize DAG versioning for dynamic DAGs (#46934)
No new revisions were added by this update.
Summary of changes:
.../versions/0047_3_0_0_add_dag_versioning.py | 8 +-
airflow/models/dag_version.py | 1 +
airflow/models/dagcode.py | 1 +
airflow/models/serialized_dag.py | 25 ++
docs/apache-airflow/img/airflow_erd.sha256 | 2 +-
docs/apache-airflow/img/airflow_erd.svg | 347 +++++++++++----------
.../endpoints/test_dag_source_endpoint.py | 13 +-
.../core_api/routes/public/test_dag_sources.py | 13 +-
tests/models/test_dag_version.py | 1 +
tests/models/test_dagcode.py | 11 +-
tests/models/test_serialized_dag.py | 59 ++++
11 files changed, 309 insertions(+), 172 deletions(-)