tests.system.providers.google.cloud.gcs.example_trino_to_gcs

Example DAG using TrinoToGCSOperator.

Module Contents

Functions

safe_name(s)

Remove invalid characters for filename

Attributes

ENV_ID

DAG_ID

GCP_PROJECT_ID

GCS_BUCKET

DATASET_NAME

SOURCE_SCHEMA_COLUMNS

SOURCE_CUSTOMER_TABLE

create_dataset

test_run

tests.system.providers.google.cloud.gcs.example_trino_to_gcs.ENV_ID[source]
tests.system.providers.google.cloud.gcs.example_trino_to_gcs.DAG_ID = 'example_trino_to_gcs'[source]
tests.system.providers.google.cloud.gcs.example_trino_to_gcs.GCP_PROJECT_ID[source]
tests.system.providers.google.cloud.gcs.example_trino_to_gcs.GCS_BUCKET[source]
tests.system.providers.google.cloud.gcs.example_trino_to_gcs.DATASET_NAME[source]
tests.system.providers.google.cloud.gcs.example_trino_to_gcs.SOURCE_SCHEMA_COLUMNS = 'memory.information_schema.columns'[source]
tests.system.providers.google.cloud.gcs.example_trino_to_gcs.SOURCE_CUSTOMER_TABLE = 'tpch.sf1.customer'[source]
tests.system.providers.google.cloud.gcs.example_trino_to_gcs.safe_name(s)[source]

Remove invalid characters for filename

tests.system.providers.google.cloud.gcs.example_trino_to_gcs.create_dataset[source]
tests.system.providers.google.cloud.gcs.example_trino_to_gcs.test_run[source]

Was this entry helpful?