tests.system.google.cloud.translate.example_translate_glossary

Example Airflow DAG that translates text in Google Cloud Translate using V3 API version service in the Google Cloud.

Module Contents

tests.system.google.cloud.translate.example_translate_glossary.DAG_ID = 'translate_glossary'[source]
tests.system.google.cloud.translate.example_translate_glossary.PROJECT_ID[source]
tests.system.google.cloud.translate.example_translate_glossary.ENV_ID[source]
tests.system.google.cloud.translate.example_translate_glossary.REGION = 'us-central1'[source]
tests.system.google.cloud.translate.example_translate_glossary.RESOURCE_DATA_BUCKET = 'airflow-system-tests-resources'[source]
tests.system.google.cloud.translate.example_translate_glossary.GLOSSARY_FILE_INPUT[source]
tests.system.google.cloud.translate.example_translate_glossary.UPDATE_GLOSSARY_FILE_INPUT[source]
tests.system.google.cloud.translate.example_translate_glossary.create_glossary[source]
tests.system.google.cloud.translate.example_translate_glossary.test_run[source]

Was this entry helpful?