Concepts
Connectors
- Sources
- Destinations
Tables
Destinations
BigQuery
Required settings
- Project identifier
- Dataset
- Service account
Go into your BigQuery console and the project ID is at the top of the navigation bar.
To find this out, go to BigQuery console, and you will see the dataset name on the left side of the screen.
To create a service account, please do the following:
- Go to the
IAM & Admin
section in your GCP console and clickService Accounts
. - Click on
Create Service Account
, give it a name and clickCreate and Continue
. - Grant the
BigQuery Admin
role to the service account clickDone
. - Go into the service account you just created and click on
Keys
and thenAdd Key
. - Choose
JSON
and clickCreate
. This will download a JSON file with your credentials.
Best practices
Consider partitioning your large tables to improve performance and reduce costs.
Was this page helpful?
On this page
Assistant
Responses are generated using AI and may contain mistakes.