Google BigQuery
Configuration
destinations:
my_bigquery:
type: bigquery
google:
gcs_bucket: google_cloud_storage_bucket
bq_project: big_query_project
bq_dataset: big_query_dataset
key_file: path_to_bqkey.json # or json string of key e.g. "{"service_account":...}"Last updated