You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/05/06 12:00:06 UTC

[airflow] branch master updated (faa4a52 -> 0967453)

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

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


    from faa4a52  Add note on changes to configuration options (#15696)
     add 0967453  Emit error on duplicated DAG ID (#15302)

No new revisions were added by this update.

Summary of changes:
 .../tutorial_taskflow_api_etl_virtualenv.py        |  4 +-
 airflow/exceptions.py                              | 13 +++++
 airflow/models/dagbag.py                           | 62 +++++++++++++++++-----
 .../papermill/example_dags/example_papermill.py    |  2 +-
 tests/api_connexion/endpoints/test_log_endpoint.py |  2 +
 tests/core/test_impersonation_tests.py             | 14 ++---
 tests/dags/test_backfill_pooled_tasks.py           | 37 -------------
 tests/dags/test_dag_with_no_tags.py                |  2 +-
 tests/models/test_dagbag.py                        | 32 +++++++++++
 tests/www/test_views.py                            |  3 ++
 10 files changed, 111 insertions(+), 60 deletions(-)
 delete mode 100644 tests/dags/test_backfill_pooled_tasks.py