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/19 14:27:52 UTC

[airflow] branch master updated (583f213 -> 5b680e2)

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

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


    from 583f213  Fix deprecation messages in airflow.utils.helpers (#9398)
     add 5b680e2  Don't use connection to store task handler credentials (#9381)

No new revisions were added by this update.

Summary of changes:
 airflow/config_templates/airflow_local_settings.py |  4 +-
 airflow/config_templates/config.yml                | 10 ++++
 airflow/config_templates/default_airflow.cfg       |  6 +++
 .../google/cloud/utils/credentials_provider.py     |  5 +-
 airflow/utils/log/stackdriver_task_handler.py      | 37 ++++++++-----
 docs/howto/write-logs.rst                          |  6 +++
 tests/utils/log/test_stackdriver_task_handler.py   | 62 ++++++++++++----------
 7 files changed, 84 insertions(+), 46 deletions(-)