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/01/05 08:42:08 UTC

[airflow] branch master updated (62b82fe -> c7d75ad)

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

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


    from 62b82fe  Remove 'typing' dependency (#13472)
     add c7d75ad  Revert "Support google-cloud-datacatalog 3.0.0 (#13224)" (#13482)

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, 210 insertions(+), 357 deletions(-)