From 7c25bcc1a8d8e94b81333bea816b71bbdc86d1d3 Mon Sep 17 00:00:00 2001 From: Charity Holt <38872070+charholt@users.noreply.github.com> Date: Thu, 21 Nov 2024 13:49:21 -0500 Subject: [PATCH 1/2] added clarity to set-up service account in GCP --- 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 899bb27aef..00cce27ea7 100644 --- a/src/connections/storage/catalog/bigquery/index.md +++ b/src/connections/storage/catalog/bigquery/index.md @@ -36,7 +36,7 @@ To create a project and enable BigQuery: ### Create a service account for Segment To create a service account for Segment: -1. From the Navigation panel on the left, select **IAM & admin** > **Service accounts**. +1. From the Navigation panel on the left in the Google Developer Console, select **IAM & admin** > **Service accounts**. 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: From cb0851bcd451776a0c5cc848471fc30f71ea5c53 Mon Sep 17 00:00:00 2001 From: forstisabella <92472883+forstisabella@users.noreply.github.com> Date: Thu, 5 Dec 2024 14:00:46 -0500 Subject: [PATCH 2/2] Update src/connections/storage/catalog/bigquery/index.md --- 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 00cce27ea7..84ff49f81c 100644 --- a/src/connections/storage/catalog/bigquery/index.md +++ b/src/connections/storage/catalog/bigquery/index.md @@ -36,7 +36,7 @@ To create a project and enable BigQuery: ### Create a service account for Segment To create a service account for Segment: -1. From the Navigation panel on the left in the Google Developer Console, select **IAM & admin** > **Service accounts**. +1. Open the Google Developer Console, select the Navigation panel and navigate to **IAM & admin** > **Service accounts**. 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: