Airflow Summit 2025 is coming October 07-09. Register now for early bird ticket!

tests.system.google.cloud.storage_transfer.example_cloud_storage_transfer_service_gcs_to_gcs

Example Airflow DAG that demonstrates interactions with Google Cloud Transfer.

Attributes

ENV_ID

PROJECT_ID

DAG_ID

BUCKET_NAME_SRC

BUCKET_NAME_DST

FILE_NAME

FILE_URI

CURRENT_FOLDER

FILE_LOCAL_PATH

create_bucket_src

test_run

Module Contents

tests.system.google.cloud.storage_transfer.example_cloud_storage_transfer_service_gcs_to_gcs.ENV_ID[source]
tests.system.google.cloud.storage_transfer.example_cloud_storage_transfer_service_gcs_to_gcs.PROJECT_ID[source]
tests.system.google.cloud.storage_transfer.example_cloud_storage_transfer_service_gcs_to_gcs.DAG_ID = 'example_transfer_gcs_to_gcs'[source]
tests.system.google.cloud.storage_transfer.example_cloud_storage_transfer_service_gcs_to_gcs.BUCKET_NAME_SRC = ''[source]
tests.system.google.cloud.storage_transfer.example_cloud_storage_transfer_service_gcs_to_gcs.BUCKET_NAME_DST = ''[source]
tests.system.google.cloud.storage_transfer.example_cloud_storage_transfer_service_gcs_to_gcs.FILE_NAME = 'transfer_service_gcs_to_gcs_file'[source]
tests.system.google.cloud.storage_transfer.example_cloud_storage_transfer_service_gcs_to_gcs.FILE_URI = 'gs:///transfer_service_gcs_to_gcs_file'[source]
tests.system.google.cloud.storage_transfer.example_cloud_storage_transfer_service_gcs_to_gcs.CURRENT_FOLDER[source]
tests.system.google.cloud.storage_transfer.example_cloud_storage_transfer_service_gcs_to_gcs.FILE_LOCAL_PATH = ''[source]
tests.system.google.cloud.storage_transfer.example_cloud_storage_transfer_service_gcs_to_gcs.create_bucket_src[source]
tests.system.google.cloud.storage_transfer.example_cloud_storage_transfer_service_gcs_to_gcs.test_run[source]

Was this entry helpful?