tests.system.google.cloud.gcs.example_gcs_upload_download

Example Airflow DAG for testing interaction between Google Cloud Storage and local file system.

Attributes

ENV_ID

PROJECT_ID

DAG_ID

BUCKET_NAME

FILE_NAME

PATH_TO_SAVED_FILE

UPLOAD_FILE_PATH

create_bucket

test_run

Module Contents

tests.system.google.cloud.gcs.example_gcs_upload_download.ENV_ID[source]
tests.system.google.cloud.gcs.example_gcs_upload_download.PROJECT_ID[source]
tests.system.google.cloud.gcs.example_gcs_upload_download.DAG_ID = 'gcs_upload_download'[source]
tests.system.google.cloud.gcs.example_gcs_upload_download.BUCKET_NAME[source]
tests.system.google.cloud.gcs.example_gcs_upload_download.FILE_NAME = 'example_upload.txt'[source]
tests.system.google.cloud.gcs.example_gcs_upload_download.PATH_TO_SAVED_FILE = 'example_upload_download.txt'[source]
tests.system.google.cloud.gcs.example_gcs_upload_download.UPLOAD_FILE_PATH = ''[source]
tests.system.google.cloud.gcs.example_gcs_upload_download.create_bucket[source]
tests.system.google.cloud.gcs.example_gcs_upload_download.test_run[source]

Was this entry helpful?