This is an automated email from the ASF dual-hosted git repository.
shahar pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from a0f3353c471 Move Asset user facing components to task_sdk (#43773)
add 8440016d3e8 Introduce new gcp TranslateText and TranslateTextBatch
operators (#43860)
No new revisions were added by this update.
Summary of changes:
.../operators/cloud/translate.rst | 59 +++-
docs/spelling_wordlist.txt | 1 +
.../providers/google/cloud/hooks/translate.py | 232 ++++++++++++++-
.../providers/google/cloud/links/translate.py | 35 +++
.../providers/google/cloud/operators/translate.py | 315 ++++++++++++++++++---
.../src/airflow/providers/google/provider.yaml | 1 +
.../tests/google/cloud/hooks/test_translate.py | 120 +++++++-
.../tests/google/cloud/operators/test_translate.py | 120 +++++++-
.../cloud/translate/example_translate_text.py | 112 ++++++++
9 files changed, 946 insertions(+), 49 deletions(-)
create mode 100644
providers/tests/system/google/cloud/translate/example_translate_text.py