tests.system.providers.google.cloud.gcs.example_s3_to_gcs

Module Contents

Functions

upload_file()

A callable to upload file from GCS to AWS bucket

Attributes

ENV_ID

GCP_PROJECT_ID

DAG_ID

RESOURCES_BUCKET_NAME

BUCKET_NAME

GCS_BUCKET_URL

FILE_NAME

UPLOAD_FILE

PREFIX

create_s3_bucket

test_run

tests.system.providers.google.cloud.gcs.example_s3_to_gcs.ENV_ID[source]
tests.system.providers.google.cloud.gcs.example_s3_to_gcs.GCP_PROJECT_ID[source]
tests.system.providers.google.cloud.gcs.example_s3_to_gcs.DAG_ID = 'example_s3_to_gcs'[source]
tests.system.providers.google.cloud.gcs.example_s3_to_gcs.RESOURCES_BUCKET_NAME = 'airflow-system-tests-resources'[source]
tests.system.providers.google.cloud.gcs.example_s3_to_gcs.BUCKET_NAME[source]
tests.system.providers.google.cloud.gcs.example_s3_to_gcs.GCS_BUCKET_URL[source]
tests.system.providers.google.cloud.gcs.example_s3_to_gcs.FILE_NAME = 'example_upload.txt'[source]
tests.system.providers.google.cloud.gcs.example_s3_to_gcs.UPLOAD_FILE[source]
tests.system.providers.google.cloud.gcs.example_s3_to_gcs.PREFIX = 'gcs'[source]
tests.system.providers.google.cloud.gcs.example_s3_to_gcs.upload_file()[source]

A callable to upload file from GCS to AWS bucket

tests.system.providers.google.cloud.gcs.example_s3_to_gcs.create_s3_bucket[source]
tests.system.providers.google.cloud.gcs.example_s3_to_gcs.test_run[source]

Was this entry helpful?