tests.system.google.cloud.bigquery.example_bigquery_to_mysql

Example Airflow DAG for Google BigQuery service.

Attributes

ENV_ID

DAG_ID

DATASET_NAME

DATA_EXPORT_BUCKET_NAME

TABLE

destination_table

SCHEMA

bigquery_to_mysql

test_run

Module Contents

tests.system.google.cloud.bigquery.example_bigquery_to_mysql.ENV_ID[source]
tests.system.google.cloud.bigquery.example_bigquery_to_mysql.DAG_ID = 'bigquery_to_mysql'[source]
tests.system.google.cloud.bigquery.example_bigquery_to_mysql.DATASET_NAME = ''[source]
tests.system.google.cloud.bigquery.example_bigquery_to_mysql.DATA_EXPORT_BUCKET_NAME[source]
tests.system.google.cloud.bigquery.example_bigquery_to_mysql.TABLE = 'table_42'[source]
tests.system.google.cloud.bigquery.example_bigquery_to_mysql.destination_table = 'mysql_table_test'[source]
tests.system.google.cloud.bigquery.example_bigquery_to_mysql.SCHEMA[source]
tests.system.google.cloud.bigquery.example_bigquery_to_mysql.bigquery_to_mysql[source]
tests.system.google.cloud.bigquery.example_bigquery_to_mysql.test_run[source]

Was this entry helpful?