Ingenious DWH is built using Google BigQuery, you need a Google Project and a Google Account (or Service Account) to access it. Also you Google Account’s email will be used to restrict the data according to the Roles&Rights of the Ingenious User Account. Go through the following steps to get proper access to Ingenious DWH.

Ingenious user account

Google Account

Google Cloud Project

When you run a BigQuery SQL Query or access to the data with other tools like DataStudio, Google will charge small fee for the amount of data processed during the request (see https://cloud.google.com/bigquery/pricing#on_demand_pricing ). That’s why you need to specify a billing project for access to BigQuery data.

Permission to run BigQuery jobs

After you created the Cloud Project with billing, you need also the permission to use it project for BigQuery Jobs. The according permission is bigquery.jobs.create and is a part of the Role BigQuery.JobUser which your account need to be assigned to on project level. The best practice is to create a Google Group, give them the permission to run jobs, and then assign people to the group like shown below:

Next steps