BigQuery

The following steps are what you need to do to create a dataset in Google Cloud Platform for Daasity to load data into.

1. Create a new Project

2. Create API Services / Credentials

3. Create new service account

4. Create appropriate Service Roles

Service account must have BigQuery Admin and Storage Admin roles. They are necessary to grant privileges for service accounts when createing schemas/tables and loading data into them.

5. Download private key JSON

This file holds the credentials for the service account you created and will be used when setting up a BigQuery warehouse on the Daasity app.

Last updated