tests.system.samba.example_gcs_to_samba
Example Airflow DAG for Google Cloud Storage to Samba transfer operators.
Module Contents
-
tests.system.samba.example_gcs_to_samba.ENV_ID[source]
-
tests.system.samba.example_gcs_to_samba.PROJECT_ID[source]
-
tests.system.samba.example_gcs_to_samba.DAG_ID = 'gcs_to_smb'[source]
-
tests.system.samba.example_gcs_to_samba.SMB_CONN = 'samba_default'[source]
-
tests.system.samba.example_gcs_to_samba.BUCKET_NAME = 'bucket_gcs_to_smb_Uninferable'[source]
-
tests.system.samba.example_gcs_to_samba.DESTINATION_PATH_1 = 'tmp/single-file/'[source]
-
tests.system.samba.example_gcs_to_samba.DESTINATION_PATH_2 = 'tmp/dest-dir-1/'[source]
-
tests.system.samba.example_gcs_to_samba.DESTINATION_PATH_3 = 'tmp/dest-dir-2/'[source]
-
tests.system.samba.example_gcs_to_samba.UPLOAD_SRC = ''[source]
-
tests.system.samba.example_gcs_to_samba.GCS_SRC_FILE_IN_DIR = 'dir-1/empty.txt'[source]
-
tests.system.samba.example_gcs_to_samba.GCS_SRC_DIR = 'dir-2/*.txt'[source]
-
tests.system.samba.example_gcs_to_samba.UPLOAD_IN_DIR_DST = 'dir-2/empty.txt'[source]
-
tests.system.samba.example_gcs_to_samba.create_bucket[source]
-
tests.system.samba.example_gcs_to_samba.test_run[source]