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/11/29 10:22:31 UTC

[airflow] branch main updated (fb478c0 -> 3ccb794)

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 fb478c0  Move `bucket_name` validation out of `__init__` in Google Marketing Platform operators (#19383)
     add 3ccb794  Do not create dagruns for DAGs with import errors  (#19367)

No new revisions were added by this update.

Summary of changes:
 .../api_connexion/endpoints/dag_run_endpoint.py    |  8 ++-
 airflow/dag_processing/processor.py                |  6 +++
 ...23_add_has_import_errors_column_to_dagmodel.py} | 19 ++++---
 airflow/models/dag.py                              |  6 +++
 airflow/www/views.py                               |  4 ++
 docs/apache-airflow/migrations-ref.rst             |  4 +-
 .../endpoints/test_dag_run_endpoint.py             | 19 +++++++
 tests/dag_processing/test_processor.py             | 28 +++++++++-
 tests/models/test_dag.py                           | 61 +++++++++++++++++++++-
 9 files changed, 143 insertions(+), 12 deletions(-)
 copy airflow/migrations/versions/{561833c1c74b_add_password_column_to_user.py => be2bfac3da23_add_has_import_errors_column_to_dagmodel.py} (68%)