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 b715909ef1c fix test using time travel (#46859)
add d0dbf4c0cbf AIP-66 Refactor DagRun to DagVersion association (#46626)
No new revisions were added by this update.
Summary of changes:
airflow/api_fastapi/core_api/routes/ui/grid.py | 10 +-
airflow/example_dags/plugins/event_listener.py | 2 +-
airflow/jobs/scheduler_job_runner.py | 18 +-
.../versions/0047_3_0_0_add_dag_versioning.py | 10 -
airflow/models/dag.py | 6 +-
airflow/models/dag_version.py | 1 -
airflow/models/dagrun.py | 85 +-
airflow/models/taskinstance.py | 5 +-
docs/apache-airflow/img/airflow_erd.sha256 | 2 +-
docs/apache-airflow/img/airflow_erd.svg | 3535 ++++++++++----------
tests/api_fastapi/common/test_exceptions.py | 6 +-
tests/api_fastapi/core_api/routes/ui/test_grid.py | 4 +-
tests/jobs/test_scheduler_job.py | 102 +-
tests/models/test_dag.py | 2 +-
tests/models/test_dagrun.py | 169 +-
tests/models/test_taskinstance.py | 2 +-
tests/www/views/test_views_tasks.py | 15 +-
tests_common/pytest_plugin.py | 3 +-
18 files changed, 2057 insertions(+), 1920 deletions(-)