You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2020/11/30 16:31:33 UTC

[airflow] branch master updated (5e13c37 -> 4ac66cf)

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

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


    from 5e13c37  Remove deprecated dagbag metrics (#12695)
     add 4ac66cf  Deprecate BaseHook.get_connections method (#10135) (#10192)

No new revisions were added by this update.

Summary of changes:
 airflow/hooks/base_hook.py                         | 11 ++++++++--
 airflow/models/connection.py                       | 14 ++++++------
 airflow/secrets/base_secrets.py                    | 25 +++++++++++++++++++---
 airflow/secrets/local_filesystem.py                | 25 +++++++++++++++++-----
 airflow/secrets/metastore.py                       | 24 ++++++++++++++++-----
 docs/security/secrets/secrets-backend/index.rst    |  2 +-
 tests/providers/apache/hive/hooks/test_hive.py     |  2 +-
 .../google/cloud/operators/test_cloud_sql.py       | 16 +++++++-------
 tests/providers/google/suite/hooks/test_drive.py   |  8 +++----
 tests/secrets/test_secrets.py                      | 24 ++++++++++-----------
 10 files changed, 103 insertions(+), 48 deletions(-)