BigQuery
Connect BigQuery to query datasets and access analytics through Cendriix agents.
Overview
| Auth method | OAuth 2.0 (Google) |
| Scopes | bigquery.readonly |
| MCP support | No |
| Setup time | ~10 minutes |
How to connect
- Navigate to Settings → Integrations → Connectors
- Click Connect on the BigQuery integration
- Sign in with your Google account and authorize read-only access
- Once authorized, BigQuery datasets become available to Cendriix agents
Admin setup (self-hosted)
If you’re running Cendriix on your own infrastructure, an admin needs to:
- Create OAuth credentials in Google Cloud Console
- Enable the BigQuery API in your project
- Set the redirect URL to:
https://api.<your-domain>/v1/connectors/bigquery/oauth/callback - Store the credentials in AWS Secrets Manager at
cendriix/prod/connectors/bigquery:{ "client_id": "...", "client_secret": "..." }
Capabilities
Once connected, Cendriix agents can:
- Run read-only queries against BigQuery datasets
- Access table schemas and metadata
- Reference analytics data for reporting workflows
Security notes
- Google OAuth tokens support refresh with offline access
- Revocation available via Google’s OAuth revocation endpoint
- Read-only scope limits access to querying only
- Disconnect at any time from Settings → Integrations → Connectors
Further reading
Last updated on