tests.system.google.cloud.bigquery.example_bigquery_operations

Example Airflow DAG for Google BigQuery service local file upload and external table creation.

Attributes

ENV_ID

DAG_ID

DATASET_NAME

DATA_SAMPLE_GCS_BUCKET_NAME

DATA_SAMPLE_GCS_OBJECT_NAME

CSV_FILE_LOCAL_PATH

create_bucket

test_run

Module Contents

tests.system.google.cloud.bigquery.example_bigquery_operations.ENV_ID[source]
tests.system.google.cloud.bigquery.example_bigquery_operations.DAG_ID = 'bigquery_operations'[source]
tests.system.google.cloud.bigquery.example_bigquery_operations.DATASET_NAME = 'dataset_bigquery_operations_Uninferable'[source]
tests.system.google.cloud.bigquery.example_bigquery_operations.DATA_SAMPLE_GCS_BUCKET_NAME = 'bucket_bigquery_operations_Uninferable'[source]
tests.system.google.cloud.bigquery.example_bigquery_operations.DATA_SAMPLE_GCS_OBJECT_NAME = 'bigquery/us-states/us-states.csv'[source]
tests.system.google.cloud.bigquery.example_bigquery_operations.CSV_FILE_LOCAL_PATH = ''[source]
tests.system.google.cloud.bigquery.example_bigquery_operations.create_bucket[source]
tests.system.google.cloud.bigquery.example_bigquery_operations.test_run[source]

Was this entry helpful?