Google BigQuery is a serverless, highly scalable data warehouse designed for fast SQL analytics over large datasets. With BonData, you can connect to your BigQuery project to read, enrich, and act on your warehouse data within Agent workflows.Documentation Index
Fetch the complete documentation index at: https://docs.bondata.ai/llms.txt
Use this file to discover all available pages before exploring further.
BigQuery Service Account Setup
Follow these steps to create a service account for BonData.Step 1: Create a Service Account
- Go to Google Cloud Console
- Select your project (or create one)
- Navigate to IAM & Admin → Service Accounts
- Click Create Service Account
- Enter a name (e.g.,
bondata-bigquery) - Click Create and Continue
Step 2: Grant Permissions
Assign these roles to the service account:- BigQuery Data Viewer - to read table data
- BigQuery Job User - to run queries
- BigQuery Metadata Viewer - to list datasets and tables
Step 3: Create a Key
- Click on your new service account
- Go to the Keys tab
- Click Add Key → Create new key
- Select JSON format
- Click Create - the key file will download
Step 4: Upload the Key
Upload or paste the downloaded JSON key file in BonData.Required Fields
| Field | Description |
|---|---|
| Service Account JSON | The JSON key file downloaded from Google Cloud Console |