tests.system.google.cloud.gcs.example_sftp_to_gcs

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

Attributes

ENV_ID

PROJECT_ID

DAG_ID

BUCKET_NAME

TMP_PATH

DIR

SUBDIR

OBJECT_SRC_1

OBJECT_SRC_2

CURRENT_FOLDER

LOCAL_PATH

FILE_LOCAL_PATH

FILE_NAME

create_bucket

test_run

Module Contents

tests.system.google.cloud.gcs.example_sftp_to_gcs.ENV_ID[source]
tests.system.google.cloud.gcs.example_sftp_to_gcs.PROJECT_ID[source]
tests.system.google.cloud.gcs.example_sftp_to_gcs.DAG_ID = 'example_sftp_to_gcs'[source]
tests.system.google.cloud.gcs.example_sftp_to_gcs.BUCKET_NAME = 'bucket-example_sftp_to_gcs-Uninferable'[source]
tests.system.google.cloud.gcs.example_sftp_to_gcs.TMP_PATH = 'tmp'[source]
tests.system.google.cloud.gcs.example_sftp_to_gcs.DIR = 'tests_sftp_hook_dir'[source]
tests.system.google.cloud.gcs.example_sftp_to_gcs.SUBDIR = 'subdir'[source]
tests.system.google.cloud.gcs.example_sftp_to_gcs.OBJECT_SRC_1 = 'parent-1.bin'[source]
tests.system.google.cloud.gcs.example_sftp_to_gcs.OBJECT_SRC_2 = 'parent-2.bin'[source]
tests.system.google.cloud.gcs.example_sftp_to_gcs.CURRENT_FOLDER[source]
tests.system.google.cloud.gcs.example_sftp_to_gcs.LOCAL_PATH = ''[source]
tests.system.google.cloud.gcs.example_sftp_to_gcs.FILE_LOCAL_PATH = ''[source]
tests.system.google.cloud.gcs.example_sftp_to_gcs.FILE_NAME = 'tmp.tar.gz'[source]
tests.system.google.cloud.gcs.example_sftp_to_gcs.create_bucket[source]
tests.system.google.cloud.gcs.example_sftp_to_gcs.test_run[source]

Was this entry helpful?