用于 Google 云存储到 Samba 传输操作符的 Airflow DAG 示例。
模块内容
-
tests.system.samba.example_gcs_to_samba.ENV_ID[源代码]
-
tests.system.samba.example_gcs_to_samba.PROJECT_ID[源代码]
-
tests.system.samba.example_gcs_to_samba.DAG_ID = 'gcs_to_smb'[源代码]
-
tests.system.samba.example_gcs_to_samba.SMB_CONN = 'samba_default'[源代码]
-
tests.system.samba.example_gcs_to_samba.BUCKET_NAME[源代码]
-
tests.system.samba.example_gcs_to_samba.DESTINATION_PATH_1 = 'tmp/single-file/'[源代码]
-
tests.system.samba.example_gcs_to_samba.DESTINATION_PATH_2 = 'tmp/dest-dir-1/'[源代码]
-
tests.system.samba.example_gcs_to_samba.DESTINATION_PATH_3 = 'tmp/dest-dir-2/'[源代码]
-
tests.system.samba.example_gcs_to_samba.UPLOAD_SRC[源代码]
-
tests.system.samba.example_gcs_to_samba.GCS_SRC_FILE_IN_DIR[源代码]
-
tests.system.samba.example_gcs_to_samba.GCS_SRC_DIR = 'dir-2/*.txt'[源代码]
-
tests.system.samba.example_gcs_to_samba.UPLOAD_IN_DIR_DST[源代码]
-
tests.system.samba.example_gcs_to_samba.create_bucket[源代码]
-
tests.system.samba.example_gcs_to_samba.test_run[源代码]