Skip to content

BigQuery

Connect BigQuery to Inconvo.

  • A service account with roles/bigquery.dataViewer on the datasets and roles/bigquery.jobUser on the billing project.
  • Ability to read the dataset’s INFORMATION_SCHEMA (covered by dataViewer) so we can sync tables/columns.
  • The dataset location (e.g., US, EU, us-central1).
  • 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, and private_key.
  • Max bytes billed: Cap per-query scanned bytes (default 1 GB). Queries above this limit will fail to protect your spend.
  • 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.