BigQuery
Connect BigQuery to Inconvo.
What you’ll need
Section titled “What you’ll need”- A service account with
roles/bigquery.dataVieweron the datasets androles/bigquery.jobUseron the billing project. - Ability to read the dataset’s
INFORMATION_SCHEMA(covered bydataViewer) so we can sync tables/columns. - The dataset location (e.g.,
US,EU,us-central1).
Fill the form
Section titled “Fill the form”- Display name: Label shown inside Inconvo.
- Project ID: The project ID that contains the dataset.
- Dataset: Dataset to expose (one per connection).
- Location: Dataset location.
- Service account JSON: Paste the key; it must include
type,project_id,client_email, andprivate_key. - Max bytes billed: Cap per-query scanned bytes (default 1 GB). Queries above this limit will fail to protect your spend.
After you save
Section titled “After you save”- We deploy the connector and start schema sync using the service account you provided.
- Keep the dataset scope tight—connect additional datasets as separate connections if needed.
- If you rely on authorized views, ensure the service account can read the underlying tables.