diff --git a/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/google-bigquery-source.md b/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/google-bigquery-source.md index 0597aec124..fc71acc1a1 100644 --- a/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/google-bigquery-source.md +++ b/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/google-bigquery-source.md @@ -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: @@ -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. -::: \ No newline at end of file +:::