Comment on page
BigQuery
Before you begin, you need to make sure you have already done the following in your Google Cloud:
- 1.
- 2.Grant BigQuery permission to this service account. The least permission required is
BigQuery Data Viewer
. You might also need other permissions likeBigQuery Job User
depending on the query to run. - 3.
Then you can create your BigQuery data source using your service account key.
First, you need to specify your BigQuery project ID and upload your service account key into
JSON Key File
. If you want to preview the dataset schema in query source page, you need to check Load Schema
option. If your dataset is outside of the US, you need to specify the Processing Location
, eg. europe-west1. You can find your region name to use from this document. 
Last modified 1mo ago