Connect Soda to GCP BigQuery
Access configuration details to connect Soda to a BigQuery data source.
Connection configuration reference
# Service Account Key authentication method
# See Authentication methods below for more config options
data_source my_datasource_name:
type: bigquery
account_info_json: '{
"type": "service_account",
"project_id": "gold-platform-67883",
"private_key_id": "d0121d000000870xxx",
"private_key": "-----BEGIN PRIVATE KEY-----\n...\n-----END PRIVATE KEY-----\n",
"client_email": "abc333@project.iam.gserviceaccount.com",
"client_id": "XXXXXXXXXXXXXXXXXXXX.apps.googleusercontent.com",
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
"token_uri": "https://accounts.google.com/o/oauth2/token",
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
"client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/..."
}'
auth_scopes:
- https://www.googleapis.com/auth/bigquery
- https://www.googleapis.com/auth/cloud-platform
- https://www.googleapis.com/auth/drive
project_id: "platinum-platform-67883"
dataset: sodacoreAuthentication methods
Application Default Credentials
Application Default Credentials with Service Account impersonation
Service Account Key with Service Account impersonation
Supported data types
Category
Data type
Use a file reference for a BigQuery data source connection
Troubleshoot
Last updated
Was this helpful?
