Prepare Google Cloud access
Use a dedicated service account. In IAM & Admin > Service Accounts, create the account and give it the permissions needed to run queries and read the selected data. The connection guide usesroles/bigquery.user and roles/bigquery.dataViewer. Some external storage formats require additional permissions on their underlying storage.
In the account’s Keys tab, choose Add Key > Create new key > JSON. Store the downloaded key securely; it grants access to the account’s BigQuery resources.
A project contains datasets, and datasets contain tables. Each dataset has a region or multi-region location. A query cannot combine datasets in different locations, such as US and EU.
Configure Counso
- Open Spaces > Connections, add BigQuery, and enter the service-account JSON key in the credential field.
- Select the connection’s BigQuery location. Allow a moment for the key to register if the form is still processing it.
- Choose datasets and tables from that same location.
- Enable Use BigQuery descriptions if agents should use table and column descriptions to understand fields.
- Make the tables available in the appropriate Spaces and select them for the agent’s table-query capability.