Before you connect
IAM permissions — The Google identity or service account you use needs:BigQuery Data Viewer— to read datasets and tablesBigQuery Job User— to run query jobs
BigQuery Data Viewer alone does not allow running queries.
Network access — BigQuery is a managed Google service accessible over the public internet. No firewall configuration is required.
Authentication methods
OAuth (Google sign-in)
The simplest method. Supaboard opens a Google sign-in flow in your browser. The connection is tied to your personal Google account and inherits that account’s BigQuery permissions. Best for: Individual analysts with existing BigQuery access via their Google account.Service Account JSON
A service account key file grants Supaboard its own identity in GCP, independent of any individual user. The connection remains valid even if team members leave. Best for: Shared workspace connections, automated pipelines, production environments.Connection fields
Authentication fields depend on the selected method:
OAuth — no additional fields; click Authenticate with Google to complete sign-in.
Service Account JSON — upload or paste your service account key file (JSON format).
Finding your connection details
Google Cloud IAM Console
Creating a service account and downloading the JSON key:- Open IAM & Admin → Service Accounts in the Google Cloud Console.
- Click Create Service Account.
- Give it a name (e.g.
supaboard-bigquery) and click Create and Continue. - On the Grant this service account access to project step, add two roles:
BigQuery Data ViewerBigQuery Job User
- Click Done.
- Click on the new service account, then go to the Keys tab.
- Click Add Key → Create new key → JSON → Create.
- The JSON key file downloads automatically — keep it secure.
- Upload this file in the Supaboard BigQuery connector form.
- Open BigQuery Studio in the Cloud Console.
- In the Explorer panel, expand your project.
- Dataset names are listed directly under the project — these are the values to use in the Dataset field.
Service account keys are long-lived credentials. Store the downloaded JSON file securely and rotate it periodically under IAM & Admin → Service Accounts → Keys.
Recommended database user permissions
Documentation: BigQuery access control overview · Dataset-level access controls For a service account, assign the following IAM roles at the project level (or dataset level for finer-grained control):
To restrict access to a specific dataset rather than the whole project:
- Open BigQuery Studio and click on the dataset.
- Go to Sharing → Permissions.
- Click Add Principal, enter the service account email, and assign
BigQuery Data Viewer.
BigQuery Job User at the project level for query execution.

