This is an automated email from the ASF dual-hosted git repository.
ash pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from c26fbd34ad Remove groundwork for Click CLI (#24793)
add 48c0664ec5 Move dataset dagrun creation to scheduler main (#24969)
No new revisions were added by this update.
Summary of changes:
airflow/jobs/scheduler_job.py | 91 +++++++++++++++++++++-
.../versions/0114_2_4_0_add_dataset_model.py | 26 +++++++
airflow/models/dag.py | 29 ++++++-
airflow/models/dagrun.py | 84 +-------------------
airflow/models/dataset.py | 37 ++++++++-
tests/jobs/test_scheduler_job.py | 80 ++++++++++++++++++-
tests/models/test_dag.py | 15 ++--
tests/models/test_dagrun.py | 43 ----------
tests/utils/test_db_cleanup.py | 1 +
9 files changed, 264 insertions(+), 142 deletions(-)