You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/11/14 21:49:32 UTC

[airflow] branch main updated (244627e -> dc0159e)

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

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


    from 244627e  Databricks: allow to specify PAT in Password field (#19585)
     add dc0159e  Add support in GCP connection for reading key from Secret Manager (#19164)

No new revisions were added by this update.

Summary of changes:
 .../google/cloud/utils/credentials_provider.py     | 37 +++++++++++++++++--
 .../providers/google/common/hooks/base_google.py   |  5 +++
 .../connections/gcp.rst                            | 32 ++++++++++++----
 .../google-cloud-secret-manager-backend.rst        |  4 ++
 .../cloud/utils/test_credentials_provider.py       | 43 +++++++++++++++++++++-
 .../google/common/hooks/test_base_google.py        | 10 ++++-
 6 files changed, 118 insertions(+), 13 deletions(-)