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

tests.system.google.cloud.gcs.example_gcs_transform

Example Airflow DAG for Google Cloud Storage GCSFileTransformOperator operator.

Attributes

ENV_ID

PROJECT_ID

DAG_ID

RESOURCES_BUCKET_NAME

BUCKET_NAME

FILE_NAME

UPLOAD_FILE_PATH

TRANSFORM_SCRIPT_PATH

create_bucket

test_run

Module Contents

tests.system.google.cloud.gcs.example_gcs_transform.ENV_ID[source]
tests.system.google.cloud.gcs.example_gcs_transform.PROJECT_ID[source]
tests.system.google.cloud.gcs.example_gcs_transform.DAG_ID = 'gcs_transform'[source]
tests.system.google.cloud.gcs.example_gcs_transform.RESOURCES_BUCKET_NAME = 'airflow-system-tests-resources'[source]
tests.system.google.cloud.gcs.example_gcs_transform.BUCKET_NAME = 'bucket_gcs_transform_Uninferable'[source]
tests.system.google.cloud.gcs.example_gcs_transform.FILE_NAME = 'example_upload.txt'[source]
tests.system.google.cloud.gcs.example_gcs_transform.UPLOAD_FILE_PATH = 'gcs/example_upload.txt'[source]
tests.system.google.cloud.gcs.example_gcs_transform.TRANSFORM_SCRIPT_PATH = ''[source]
tests.system.google.cloud.gcs.example_gcs_transform.create_bucket[source]
tests.system.google.cloud.gcs.example_gcs_transform.test_run[source]

Was this entry helpful?