tests.system.providers.google.cloud.gcs.example_gcs_transform_timespan

Example Airflow DAG for Google Cloud Storage GCSTimeSpanFileTransformOperator operator.

Module Contents

tests.system.providers.google.cloud.gcs.example_gcs_transform_timespan.ENV_ID[source]
tests.system.providers.google.cloud.gcs.example_gcs_transform_timespan.PROJECT_ID[source]
tests.system.providers.google.cloud.gcs.example_gcs_transform_timespan.DAG_ID = 'gcs_transform_timespan'[source]
tests.system.providers.google.cloud.gcs.example_gcs_transform_timespan.RESOURCES_BUCKET_NAME = 'airflow-system-tests-resources'[source]
tests.system.providers.google.cloud.gcs.example_gcs_transform_timespan.BUCKET_NAME_SRC[source]
tests.system.providers.google.cloud.gcs.example_gcs_transform_timespan.BUCKET_NAME_DST[source]
tests.system.providers.google.cloud.gcs.example_gcs_transform_timespan.FILE_NAME = 'example_upload.txt'[source]
tests.system.providers.google.cloud.gcs.example_gcs_transform_timespan.SOURCE_PREFIX = 'timespan_source'[source]
tests.system.providers.google.cloud.gcs.example_gcs_transform_timespan.DESTINATION_PREFIX = 'timespan_destination'[source]
tests.system.providers.google.cloud.gcs.example_gcs_transform_timespan.UPLOAD_FILE_PATH[source]
tests.system.providers.google.cloud.gcs.example_gcs_transform_timespan.TRANSFORM_SCRIPT_PATH[source]
tests.system.providers.google.cloud.gcs.example_gcs_transform_timespan.create_bucket_src[source]
tests.system.providers.google.cloud.gcs.example_gcs_transform_timespan.test_run[source]

Was this entry helpful?