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 5d7739506c5 Deprecate gcp AutoML module (#44875)
add 3af90fd838f Introduce gcp translation(V3) glossaries providers (#45085)
No new revisions were added by this update.
Summary of changes:
.../operators/cloud/translate.rst | 86 +++++
docs/spelling_wordlist.txt | 1 +
.../providers/google/cloud/hooks/translate.py | 231 ++++++++++++
.../providers/google/cloud/links/translate.py | 28 ++
.../providers/google/cloud/operators/translate.py | 411 +++++++++++++++++++++
.../src/airflow/providers/google/provider.yaml | 1 +
.../tests/google/cloud/operators/test_translate.py | 226 ++++++++++-
.../cloud/translate/example_translate_glossary.py | 116 ++++++
8 files changed, 1099 insertions(+), 1 deletion(-)
create mode 100644
providers/tests/system/google/cloud/translate/example_translate_glossary.py