Connect to BigQuery
Steps to prepare and connect to BigQuery
Last updated
Steps to prepare and connect to BigQuery
Last updated
You'll need a service account with a JSON key.
The account will need three roles:
BigQuery > BigQuery Data Editor
BigQuery > BigQuery Job User
BigQuery > BigQuery Read Session User
You must have Google Cloud admin permissions to create a service account. Google has documentation on creating a and .
Open the credentials page in the and, if necessary, select your project:
Click CREATE CREDENTIALS and choose Service account:
Enter a name for the new service account, optionally add a description, and click CREATE:
Your service account requires three Google BigQuery :
BigQuery > BigQuery Data Viewer
BigQuery > BigQuery Job User
BigQuery > BigQuery Read Session User
Select the first role in the Select a role field, then click ADD ANOTHER ROLE and select the next role:
Repeat to add the third role, then click CONTINUE.
Click CREATE KEY:
Select JSON and click CREATE:
The JSON key will be saved to your computer. BE SURE TO REMEMBER WHERE IT IS SAVED. After noting the download location, click CLOSE:
At the bottom left, click DONE.
Do either of the following:
Drag the service account key file to the Upload tab; or select BROWSE on the Upload tab and then browse to and select your key file.
Open the key and copy/paste its JSON code into the JSON tab.
Read about .