What you’ll need
- A GCP project ID containing (or with access to) the data you want to expose. See Identifying projects.
- A service account in that project. See Create service accounts.
- A JSON key for the service account. See Create and delete service account keys.
-
Two IAM roles for the service account:
roles/bigquery.jobUseron the project — lets Summation run queries.roles/bigquery.dataVieweron each dataset (or the project) — lets Summation read data.