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:57 UTC

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

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 947dbb7  Support google-cloud-datacatalog>=3.0.0 (#13534)
     add a6f999b  Support google-cloud-automl >=2.1.0 (#13505)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/google/ADDITIONAL_INFO.md        |   1 +
 .../cloud/example_dags/example_automl_tables.py    |   6 +-
 airflow/providers/google/cloud/hooks/automl.py     | 103 +++++++++++----------
 airflow/providers/google/cloud/operators/automl.py |  36 +++----
 setup.py                                           |   2 +-
 tests/providers/google/cloud/hooks/test_automl.py  |  70 +++++++-------
 .../google/cloud/operators/test_automl.py          |  29 ++++--
 7 files changed, 134 insertions(+), 113 deletions(-)