tests.system.providers.google.cloud.transfers.example_gcs_to_sftp

Example Airflow DAG for Google Cloud Storage to SFTP transfer operators.

Module Contents

tests.system.providers.google.cloud.transfers.example_gcs_to_sftp.ENV_ID[source]
tests.system.providers.google.cloud.transfers.example_gcs_to_sftp.PROJECT_ID[source]
tests.system.providers.google.cloud.transfers.example_gcs_to_sftp.DAG_ID = 'gcs_to_sftp'[source]
tests.system.providers.google.cloud.transfers.example_gcs_to_sftp.SFTP_CONN_ID = 'ssh_default'[source]
tests.system.providers.google.cloud.transfers.example_gcs_to_sftp.BUCKET_NAME[source]
tests.system.providers.google.cloud.transfers.example_gcs_to_sftp.DESTINATION_PATH_1 = '/tmp/single-file/'[source]
tests.system.providers.google.cloud.transfers.example_gcs_to_sftp.DESTINATION_PATH_2 = '/tmp/dest-dir-1/'[source]
tests.system.providers.google.cloud.transfers.example_gcs_to_sftp.DESTINATION_PATH_3 = '/tmp/dest-dir-2/'[source]
tests.system.providers.google.cloud.transfers.example_gcs_to_sftp.UPLOAD_SRC[source]
tests.system.providers.google.cloud.transfers.example_gcs_to_sftp.GCS_SRC_FILE_IN_DIR[source]
tests.system.providers.google.cloud.transfers.example_gcs_to_sftp.GCS_SRC_DIR = 'dir-2/*'[source]
tests.system.providers.google.cloud.transfers.example_gcs_to_sftp.UPLOAD_IN_DIR_DST[source]
tests.system.providers.google.cloud.transfers.example_gcs_to_sftp.create_bucket[source]
tests.system.providers.google.cloud.transfers.example_gcs_to_sftp.test_run[source]

Was this entry helpful?