tests.system.google.cloud.gcs.example_gcs_to_sftp
Example Airflow DAG for Google Cloud Storage to SFTP transfer operators.
Module Contents
- 
tests.system.google.cloud.gcs.example_gcs_to_sftp.ENV_ID[source]
- 
tests.system.google.cloud.gcs.example_gcs_to_sftp.PROJECT_ID[source]
- 
tests.system.google.cloud.gcs.example_gcs_to_sftp.DAG_ID = 'example_gcs_to_sftp'[source]
- 
tests.system.google.cloud.gcs.example_gcs_to_sftp.BUCKET_NAME = 'bucket-example_gcs_to_sftp-Uninferable'[source]
- 
tests.system.google.cloud.gcs.example_gcs_to_sftp.TMP_PATH = 'tmp'[source]
- 
tests.system.google.cloud.gcs.example_gcs_to_sftp.DIR = 'tests_sftp_hook_dir'[source]
- 
tests.system.google.cloud.gcs.example_gcs_to_sftp.SUBDIR = 'subdir'[source]
- 
tests.system.google.cloud.gcs.example_gcs_to_sftp.OBJECT_SRC = 'parent-1.bin'[source]
- 
tests.system.google.cloud.gcs.example_gcs_to_sftp.OBJECT_DEST = 'dest.bin'[source]
- 
tests.system.google.cloud.gcs.example_gcs_to_sftp.CURRENT_FOLDER[source]
- 
tests.system.google.cloud.gcs.example_gcs_to_sftp.LOCAL_PATH = ''[source]
- 
tests.system.google.cloud.gcs.example_gcs_to_sftp.FILE_LOCAL_PATH = ''[source]
- 
tests.system.google.cloud.gcs.example_gcs_to_sftp.FILE_NAME = 'tmp.tar.gz'[source]
- 
tests.system.google.cloud.gcs.example_gcs_to_sftp.create_bucket[source]
- 
tests.system.google.cloud.gcs.example_gcs_to_sftp.test_run[source]