BigQuery requires the optionalDocumentation Index
Fetch the complete documentation index at: https://docs.sqlbuild.com/llms.txt
Use this file to discover all available pages before exploring further.
google-cloud-bigquery dependency:
Connection config
| Field | Description |
|---|---|
project | GCP project ID (required) |
location | BigQuery dataset location - a region (europe-west2, us-east1) or multi-region (US, EU) |
credentials_path | Path to a service account JSON key file. If omitted, uses Application Default Credentials (ADC). |
Authentication
BigQuery supports two authentication methods: Application Default Credentials (default): Uses the credentials fromgcloud auth application-default login or the environment’s service account. No config needed beyond project.
Service account file:

