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/11 08:39:34 UTC

[airflow] branch master updated (87a7557 -> 947dbb7)

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 87a7557  Display message and docs link when no plugins are loaded (#13599)
     add 947dbb7  Support google-cloud-datacatalog>=3.0.0 (#13534)

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(-)