Airflow Summit 2025 is coming October 07-09. Register now for early bird ticket!

tests.system.google.cloud.gcs.example_presto_to_gcs

Example DAG using PrestoToGCSOperator.

Attributes

ENV_ID

PROJECT_ID

DAG_ID

DATASET_NAME

BUCKET_NAME

SOURCE_MULTIPLE_TYPES

SOURCE_CUSTOMER_TABLE

create_dataset

test_run

Functions

safe_name(s)

Remove invalid characters for filename

Module Contents

tests.system.google.cloud.gcs.example_presto_to_gcs.ENV_ID[source]
tests.system.google.cloud.gcs.example_presto_to_gcs.PROJECT_ID[source]
tests.system.google.cloud.gcs.example_presto_to_gcs.DAG_ID = 'presto_to_gcs'[source]
tests.system.google.cloud.gcs.example_presto_to_gcs.DATASET_NAME = 'dataset_presto_to_gcs_Uninferable'[source]
tests.system.google.cloud.gcs.example_presto_to_gcs.BUCKET_NAME = 'bucket_presto_to_gcs_Uninferable'[source]
tests.system.google.cloud.gcs.example_presto_to_gcs.SOURCE_MULTIPLE_TYPES = 'memory.default.test_multiple_types'[source]
tests.system.google.cloud.gcs.example_presto_to_gcs.SOURCE_CUSTOMER_TABLE = 'tpch.sf1.customer'[source]
tests.system.google.cloud.gcs.example_presto_to_gcs.safe_name(s)[source]

Remove invalid characters for filename

tests.system.google.cloud.gcs.example_presto_to_gcs.create_dataset[source]
tests.system.google.cloud.gcs.example_presto_to_gcs.test_run[source]

Was this entry helpful?