Complete the airflow survey & get a free airflow 3 certification!

tests.system.google.cloud.gcs.example_gcs_to_sftp

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

OBJECT_DEST

CURRENT_FOLDER

LOCAL_PATH

FILE_LOCAL_PATH

FILE_NAME

create_bucket

test_run

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]

Was this entry helpful?