You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by je...@apache.org on 2022/09/14 21:53:08 UTC

[airflow] branch main updated (f6c579c1c0 -> 01e3fb7eac)

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

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


    from f6c579c1c0 Require dag_id arg for dags list-runs (#26357)
     add 01e3fb7eac Clear autoregistered DAGs if there are any import errors (#26398)

No new revisions were added by this update.

Summary of changes:
 airflow/models/dagbag.py                           |  2 ++
 .../test_invalid_dup_task.py}                      | 15 ++++++++-------
 tests/jobs/test_scheduler_job.py                   |  1 +
 tests/models/test_dagbag.py                        | 22 ++++++++++++++++++++++
 4 files changed, 33 insertions(+), 7 deletions(-)
 copy tests/{dags_with_system_exit/b_test_scheduler_dags.py => dags/test_invalid_dup_task.py} (81%)