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/12/18 03:06:16 UTC

[airflow] branch master updated (cddbf81 -> 23f27c1)

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 cddbf81  Fix Google BigQueryHook method get_schema() (#13136)
     add 23f27c1  Add system tests for CloudKMSHook (#13122)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/google/cloud/hooks/kms.py        |   3 +-
 .../google/cloud/hooks/test_kms_system.py          | 104 +++++++++++++++++++++
 .../google/cloud/utils/gcp_authenticator.py        |   1 +
 tests/test_utils/gcp_system_helpers.py             |   3 +
 4 files changed, 109 insertions(+), 2 deletions(-)
 create mode 100644 tests/providers/google/cloud/hooks/test_kms_system.py