Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ Google Cloud’s BigQuery is a fully managed enterprise data warehouse that help

## Setup

:::note
Make sure that you have [BigQuery Data Viewer](https://cloud.google.com/bigquery/docs/access-control#bigquery.dataViewer) and [BigQuery Job User](https://cloud.google.com/bigquery/docs/access-control#bigquery.jobUser) permissions when creating the service account for the Big Query source.
:::

### Vendor configuration

Follow the below steps to get the Service Account's Credential JSON file to run BigQuery jobs:
Expand Down Expand Up @@ -171,4 +175,4 @@ Sources can be configured using UTF-8 encoded JSON files with the Collector Ma

:::info
Click [here](/docs/c2c/info) for more information about Cloud-to-Cloud sources.
:::
:::
Loading