tests.system.providers.google.cloud.cloud_batch.example_cloud_batch

Example Airflow DAG that uses Google Cloud Batch Operators.

Module Contents

tests.system.providers.google.cloud.cloud_batch.example_cloud_batch.PROJECT_ID[source]
tests.system.providers.google.cloud.cloud_batch.example_cloud_batch.ENV_ID[source]
tests.system.providers.google.cloud.cloud_batch.example_cloud_batch.DAG_ID = 'cloud_batch'[source]
tests.system.providers.google.cloud.cloud_batch.example_cloud_batch.REGION = 'us-central1'[source]
tests.system.providers.google.cloud.cloud_batch.example_cloud_batch.job_name_prefix = 'batch'[source]
tests.system.providers.google.cloud.cloud_batch.example_cloud_batch.job1_name[source]
tests.system.providers.google.cloud.cloud_batch.example_cloud_batch.job2_name[source]
tests.system.providers.google.cloud.cloud_batch.example_cloud_batch.list_jobs_task_name = 'list-jobs'[source]
tests.system.providers.google.cloud.cloud_batch.example_cloud_batch.list_tasks_task_name = 'list-tasks'[source]
tests.system.providers.google.cloud.cloud_batch.example_cloud_batch.submit1[source]
tests.system.providers.google.cloud.cloud_batch.example_cloud_batch.test_run[source]

Was this entry helpful?