This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from da79f6b206 Add Iceberg provider (#39155)
add 8dcee5b24d Add deprecation warnings and raise exception for already
deprecated ones (#38673)
No new revisions were added by this update.
Summary of changes:
airflow/providers/google/cloud/hooks/automl.py | 34 ++
.../cloud/hooks/vertex_ai/prediction_service.py | 91 +++++
airflow/providers/google/cloud/operators/automl.py | 255 ++++++++++++--
airflow/providers/google/provider.yaml | 1 +
.../operators/cloud/automl.rst | 112 ++++--
pyproject.toml | 2 +
.../in_container/run_provider_yaml_files_check.py | 2 +
tests/always/test_project_structure.py | 2 +
tests/providers/google/cloud/hooks/test_automl.py | 8 +
.../hooks/vertex_ai/test_prediction_service.py | 99 ++++++
.../google/cloud/operators/test_automl.py | 376 +++++++++++++++++----
.../google/cloud/automl/example_automl_dataset.py | 17 -
.../google/cloud/automl/example_automl_model.py | 26 --
13 files changed, 864 insertions(+), 161 deletions(-)
create mode 100644
airflow/providers/google/cloud/hooks/vertex_ai/prediction_service.py
create mode 100644
tests/providers/google/cloud/hooks/vertex_ai/test_prediction_service.py