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 2020/06/29 11:46:50 UTC

[airflow] branch master updated (6b18ed4 -> 57c722b)

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 6b18ed4  Detect references to deprecated classes in test_core_to_contrib.py (#9553)
     add 57c722b  Fix the default value for store_dag_code (#9554)

No new revisions were added by this update.

Summary of changes:
 airflow/config_templates/config.yml          |  4 ++--
 airflow/config_templates/default_airflow.cfg |  3 ++-
 airflow/models/dag.py                        |  2 +-
 airflow/models/dagcode.py                    |  4 ++--
 airflow/settings.py                          |  5 +++++
 airflow/utils/dag_processing.py              |  4 ++--
 tests/test_configuration.py                  | 19 +++++++++++++++++++
 7 files changed, 33 insertions(+), 8 deletions(-)