From 9c42164bb3f29aabbf88bfd406a94fcbd2679e14 Mon Sep 17 00:00:00 2001 From: Nitin Singh Date: Wed, 5 Mar 2025 16:43:36 +0530 Subject: [PATCH 1/2] Updated role for bugquery service account setup --- src/connections/storage/catalog/bigquery/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/storage/catalog/bigquery/index.md b/src/connections/storage/catalog/bigquery/index.md index 132c3739da..dfdb2bd083 100644 --- a/src/connections/storage/catalog/bigquery/index.md +++ b/src/connections/storage/catalog/bigquery/index.md @@ -40,7 +40,7 @@ To create a service account for Segment: 2. Click **Create Service Account**. 3. Enter a name for the service account (for example, `segment-warehouses`) and click **Create**. 4. Assign the service account the following roles: - - `BigQuery Data Owner` + - `BigQuery Data Editor` - `BigQuery Job User` 5. [Create a JSON key](https://cloud.google.com/iam/docs/creating-managing-service-account-keys){:target="_blank"}. The downloaded file will be used to create your warehouse in the Segment app. From 178134f44a3094836fa51be1d4b8a08292321ff6 Mon Sep 17 00:00:00 2001 From: Nitin Singh Date: Thu, 6 Mar 2025 17:13:32 +0530 Subject: [PATCH 2/2] Added owner OR editor --- src/connections/storage/catalog/bigquery/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/storage/catalog/bigquery/index.md b/src/connections/storage/catalog/bigquery/index.md index dfdb2bd083..3615894dc6 100644 --- a/src/connections/storage/catalog/bigquery/index.md +++ b/src/connections/storage/catalog/bigquery/index.md @@ -40,7 +40,7 @@ To create a service account for Segment: 2. Click **Create Service Account**. 3. Enter a name for the service account (for example, `segment-warehouses`) and click **Create**. 4. Assign the service account the following roles: - - `BigQuery Data Editor` + - `BigQuery Data Owner` or `BigQuery Data Editor` - `BigQuery Job User` 5. [Create a JSON key](https://cloud.google.com/iam/docs/creating-managing-service-account-keys){:target="_blank"}. The downloaded file will be used to create your warehouse in the Segment app.