tests.system.google.cloud.bigquery.example_bigquery_tables

Example Airflow DAG for Google BigQuery service testing tables.

Attributes

ENV_ID

DAG_ID

BUCKET_NAME

DATASET_NAME

PROJECT_ID

SCHEMA_JSON_LOCAL_SRC

SCHEMA_JSON_DESTINATION

GCS_PATH_TO_SCHEMA_JSON

create_bucket

test_run

Module Contents

tests.system.google.cloud.bigquery.example_bigquery_tables.ENV_ID[source]
tests.system.google.cloud.bigquery.example_bigquery_tables.DAG_ID = 'bigquery_tables'[source]
tests.system.google.cloud.bigquery.example_bigquery_tables.BUCKET_NAME = 'bucket_bigquery_tables_Uninferable'[source]
tests.system.google.cloud.bigquery.example_bigquery_tables.DATASET_NAME = 'dataset_bigquery_tables_Uninferable'[source]
tests.system.google.cloud.bigquery.example_bigquery_tables.PROJECT_ID[source]
tests.system.google.cloud.bigquery.example_bigquery_tables.SCHEMA_JSON_LOCAL_SRC = ''[source]
tests.system.google.cloud.bigquery.example_bigquery_tables.SCHEMA_JSON_DESTINATION = 'update_table_schema.json'[source]
tests.system.google.cloud.bigquery.example_bigquery_tables.GCS_PATH_TO_SCHEMA_JSON = 'gs://bucket_bigquery_tables_Uninferable/update_table_schema.json'[source]
tests.system.google.cloud.bigquery.example_bigquery_tables.create_bucket[source]
tests.system.google.cloud.bigquery.example_bigquery_tables.test_run[source]

Was this entry helpful?