tests.system.providers.google.cloud.gcs.example_gcs_to_bigquery_async

Example DAG using GCSToBigQueryOperator.

Module Contents

tests.system.providers.google.cloud.gcs.example_gcs_to_bigquery_async.ENV_ID[source]
tests.system.providers.google.cloud.gcs.example_gcs_to_bigquery_async.PROJECT_ID[source]
tests.system.providers.google.cloud.gcs.example_gcs_to_bigquery_async.DAG_ID = 'gcs_to_bigquery_operator_async'[source]
tests.system.providers.google.cloud.gcs.example_gcs_to_bigquery_async.DATASET_NAME_STR[source]
tests.system.providers.google.cloud.gcs.example_gcs_to_bigquery_async.DATASET_NAME_DATE[source]
tests.system.providers.google.cloud.gcs.example_gcs_to_bigquery_async.DATASET_NAME_JSON[source]
tests.system.providers.google.cloud.gcs.example_gcs_to_bigquery_async.DATASET_NAME_DELIMITER[source]
tests.system.providers.google.cloud.gcs.example_gcs_to_bigquery_async.TABLE_NAME_STR = 'test_str'[source]
tests.system.providers.google.cloud.gcs.example_gcs_to_bigquery_async.TABLE_NAME_DATE = 'test_date'[source]
tests.system.providers.google.cloud.gcs.example_gcs_to_bigquery_async.TABLE_NAME_JSON = 'test_json'[source]
tests.system.providers.google.cloud.gcs.example_gcs_to_bigquery_async.TABLE_NAME_DELIMITER = 'test_delimiter'[source]
tests.system.providers.google.cloud.gcs.example_gcs_to_bigquery_async.MAX_ID_STR = 'name'[source]
tests.system.providers.google.cloud.gcs.example_gcs_to_bigquery_async.MAX_ID_DATE = 'date'[source]
tests.system.providers.google.cloud.gcs.example_gcs_to_bigquery_async.create_test_dataset_for_string_fields[source]
tests.system.providers.google.cloud.gcs.example_gcs_to_bigquery_async.test_run[source]

Was this entry helpful?