Naxis Technologies Docs
Live demo

Databases & CRM

Set up Google BigQuery

Connect a BigQuery dataset with a service-account key. Every table becomes a searchable entry — columns, types, sample values, relationships — and tables with a declared primary key also become records with their figures totalled exactly. Read-only by scope and by construction.

Before you start

  1. Documents → Google BigQuery: enter Project ID and Dataset, and paste the whole downloaded file into Service account key (JSON).
  2. Set Location, under Advanced, only if queries fail with a location error — BigQuery routes by dataset location automatically in almost every setup.
  3. Optionally narrow with Only these tables or Skip these tables.
  4. Choose access groups, Test, then Sync.

What comes in

LocationOnly needed for a dataset outside BigQuery's default location — set it when queries fail with a location error (EU, US, europe-west3…).
Only these tablesAllow-list, one table per line; blank reads the whole dataset.
Skip these tablesThe opposite — read every table except these.

Access

Visible only to the access groups chosen on the source — BigQuery's own IAM roles aren't read row by row; the service account's grants only cap what the connector can reach at all.

BigQuery itself refuses — before running, at no cost — any single read that would bill more than around 250 MB, which is generous for the metadata and capped record reads this connector issues; a table wide or large enough to cross that keeps its schema-level entry but skips records for that sync, with a note saying so. Records are otherwise capped at the newest 5,000 rows per table.

Was this page helpful?
Was this page helpful? Sign in with Google Sign in to tell us — or leave a comment.

Last updated 20 Sep 2026