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 ab38d01c5c0 Bump Ruff to 0.8.0 (#44287)
add 91bd1eafb03 Introduce gcp advance API (V3) translate native datasets
operators (#44271)
No new revisions were added by this update.
Summary of changes:
.../operators/cloud/translate.rst | 85 +++++
docs/spelling_wordlist.txt | 1 +
.../providers/google/cloud/hooks/translate.py | 240 +++++++++++++-
.../providers/google/cloud/links/translate.py | 56 ++++
.../providers/google/cloud/operators/translate.py | 344 ++++++++++++++++++++-
.../src/airflow/providers/google/provider.yaml | 2 +
.../tests/google/cloud/operators/test_translate.py | 205 +++++++++++-
.../cloud/translate/example_translate_dataset.py | 153 +++++++++
8 files changed, 1075 insertions(+), 11 deletions(-)
create mode 100644
providers/tests/system/google/cloud/translate/example_translate_dataset.py