You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ep...@apache.org on 2021/09/29 08:43:13 UTC

[airflow] branch main updated (90cb45b -> 461ec4c)

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 90cb45b  De-dup and reorganize render template tests (#18432)
     add 461ec4c  Bugfix: dag_bag.get_dag should not raise exception (#18554)

No new revisions were added by this update.

Summary of changes:
 airflow/api_connexion/endpoints/dag_endpoint.py |  9 +++----
 airflow/exceptions.py                           |  4 ---
 airflow/jobs/scheduler_job.py                   | 29 ++++++--------------
 airflow/models/dagbag.py                        |  3 +--
 airflow/www/views.py                            | 18 ++++---------
 tests/jobs/test_scheduler_job.py                | 35 +++++++++++++++++++++++++
 tests/models/test_dagbag.py                     |  9 +++++++
 7 files changed, 61 insertions(+), 46 deletions(-)