BigQuery
How to set up the BigQuery connection and additional notes on using it

With Codatum, you can connect, query, and manage data of BigQuery.
How to Set Up
Steps in BigQuery
First, perform the following operations in the BigQuery console:
Generate a service account and service account key
Grant the following roles or permissions to the target project:
Role
BigQuery Job Useror the following permissions:bigquery.jobs.create
Role
BigQuery Read Session Useror the following permissions:bigquery.readsessions.createbigquery.readsessions.getDatabigquery.readsessions.update
Save the target
Project IDas it is necessary for the later steps in Codatum
Grant the following roles or permissions to the target datasets:
Role
BigQuery Data Vieweror the following permissions:bigquery.tables.getDatabigquery.datasets.getbigquery.tables.getbigquery.tables.list
(Optional) Grant the following permissions to the target project if you want to avoid entering the Project ID each time you sync the dataset table information
resourcemanager.projects.get
Steps in Codatum
Finally, create Connection in Codatum
In the
Workspace Settings->Connections, selectAdd ConnectionEnter a
Connection NameSelect the
Access LevelUpload the service account key using
File uploadEnter the
Project IDUse the
Project IDyou saved in the steps above.
Add datasets to the
Sync target
Use INFORMATION_SCHEMA for Searching
If you grant the bigquery.admin permission to the target project, you can utilize INFORMATION_SCHEMA tables to search any tables in non-synced datasets.
Last updated
Was this helpful?

