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 2021/01/04 17:14:03 UTC

[airflow] branch master updated (b955e34 -> feb8405)

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 b955e34  Remove unused dependency - contextdecorator (#13455)
     add feb8405  Support google-cloud-datacatalog 3.0.0 (#13224)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/google/ADDITIONAL_INFO.md        |   2 +-
 .../cloud/example_dags/example_datacatalog.py      |  10 +-
 .../providers/google/cloud/hooks/datacatalog.py    | 220 ++++++++++++-------
 .../google/cloud/operators/datacatalog.py          |  47 ++--
 setup.py                                           |   2 +-
 .../google/cloud/hooks/test_datacatalog.py         | 237 +++++++++++++--------
 .../google/cloud/operators/test_datacatalog.py     |  49 +++--
 7 files changed, 357 insertions(+), 210 deletions(-)