tests.system.google.cloud.bigquery.example_bigquery_value_check

Example Airflow DAG for Google BigQuery service.

The DAG checks how BigQueryValueCheckOperator works with a non-US dataset.

Attributes

ENV_ID

PROJECT_ID

NON_US_LOCATION

SCHEMA

DAG_ID

DATASET

TABLE

INSERT_DATE

INSERT_ROWS_QUERY

default_args

create_dataset

test_run

Module Contents

tests.system.google.cloud.bigquery.example_bigquery_value_check.ENV_ID[source]
tests.system.google.cloud.bigquery.example_bigquery_value_check.PROJECT_ID[source]
tests.system.google.cloud.bigquery.example_bigquery_value_check.NON_US_LOCATION = 'asia-east1'[source]
tests.system.google.cloud.bigquery.example_bigquery_value_check.SCHEMA[source]
tests.system.google.cloud.bigquery.example_bigquery_value_check.DAG_ID = 'bq_value_check_location'[source]
tests.system.google.cloud.bigquery.example_bigquery_value_check.DATASET = 'ds_bq_value_check_location_Uninferable'[source]
tests.system.google.cloud.bigquery.example_bigquery_value_check.TABLE = 'ds_table'[source]
tests.system.google.cloud.bigquery.example_bigquery_value_check.INSERT_DATE[source]
tests.system.google.cloud.bigquery.example_bigquery_value_check.INSERT_ROWS_QUERY = "INSERT ds_bq_value_check_location_Uninferable.ds_table VALUES (42, 'monty python',...[source]
tests.system.google.cloud.bigquery.example_bigquery_value_check.default_args[source]
tests.system.google.cloud.bigquery.example_bigquery_value_check.create_dataset[source]
tests.system.google.cloud.bigquery.example_bigquery_value_check.test_run[source]

Was this entry helpful?