airflow.providers.google.cloud.example_dags.example_presto_to_gcs

Example DAG using PrestoToGCSOperator.

Module Contents

Functions

safe_name(s)

Remove invalid characters for filename

Attributes

GCP_PROJECT_ID

GCS_BUCKET

DATASET_NAME

SOURCE_MULTIPLE_TYPES

SOURCE_CUSTOMER_TABLE

create_dataset

airflow.providers.google.cloud.example_dags.example_presto_to_gcs.GCP_PROJECT_ID[source]
airflow.providers.google.cloud.example_dags.example_presto_to_gcs.GCS_BUCKET[source]
airflow.providers.google.cloud.example_dags.example_presto_to_gcs.DATASET_NAME[source]
airflow.providers.google.cloud.example_dags.example_presto_to_gcs.SOURCE_MULTIPLE_TYPES = memory.default.test_multiple_types[source]
airflow.providers.google.cloud.example_dags.example_presto_to_gcs.SOURCE_CUSTOMER_TABLE = tpch.sf1.customer[source]
airflow.providers.google.cloud.example_dags.example_presto_to_gcs.safe_name(s)[source]

Remove invalid characters for filename

airflow.providers.google.cloud.example_dags.example_presto_to_gcs.create_dataset[source]

Was this entry helpful?