From 59e7a6fe92cbe0e232bdabf5e82170b93aeefd52 Mon Sep 17 00:00:00 2001 From: Jagadisha V <129049263+JV0812@users.noreply.github.com> Date: Tue, 29 Oct 2024 16:15:23 +0530 Subject: [PATCH] Update google-bigquery-source.md --- .../google-bigquery-source.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 +:::