tests.system.google.cloud.gcs.example_gcs_transform_timespan

Example Airflow DAG for Google Cloud Storage GCSTimeSpanFileTransformOperator operator.

Attributes

ENV_ID

PROJECT_ID

DAG_ID

RESOURCES_BUCKET_NAME

BUCKET_NAME_SRC

BUCKET_NAME_DST

FILE_NAME

SOURCE_PREFIX

DESTINATION_PREFIX

UPLOAD_FILE_PATH

TRANSFORM_SCRIPT_PATH

create_bucket_src

test_run

Module Contents

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

Was this entry helpful?