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 d820f13e68 Use `relative-imports (TID252)` instead of `pygrep` rule
(#38428)
add 4a4eee113f Delete deprecated AutoML operators and deprecate AutoML
hook and links (#38418)
No new revisions were added by this update.
Summary of changes:
airflow/providers/google/cloud/hooks/automl.py | 758 +++---------
airflow/providers/google/cloud/links/automl.py | 17 +-
airflow/providers/google/cloud/operators/automl.py | 1255 +-------------------
airflow/providers/google/provider.yaml | 11 -
docker_tests/test_prod_image.py | 1 -
.../operators/cloud/automl.rst | 229 ----
generated/provider_dependencies.json | 1 -
pyproject.toml | 1 -
.../in_container/run_provider_yaml_files_check.py | 7 +
tests/always/test_project_structure.py | 2 -
tests/providers/google/cloud/hooks/test_automl.py | 302 ++---
.../google/cloud/operators/test_automl.py | 640 +---------
.../google/cloud/automl/example_automl_dataset.py | 201 ----
.../google/cloud/automl/example_automl_model.py | 288 -----
.../example_automl_nl_text_classification.py | 2 -
.../automl/example_automl_nl_text_extraction.py | 7 +-
.../automl/example_automl_nl_text_sentiment.py | 7 +-
.../cloud/automl/example_automl_translation.py | 181 ---
18 files changed, 267 insertions(+), 3643 deletions(-)
delete mode 100644
docs/apache-airflow-providers-google/operators/cloud/automl.rst
delete mode 100644
tests/system/providers/google/cloud/automl/example_automl_dataset.py
delete mode 100644
tests/system/providers/google/cloud/automl/example_automl_model.py
delete mode 100644
tests/system/providers/google/cloud/automl/example_automl_translation.py