Skip to content

Commit 7533105

Browse files
committed
update role creation section
1 parent adb2ed4 commit 7533105

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

src/connections/reverse-etl/reverse-etl-source-setup-guides/bigquery-setup.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,24 @@ Permission | Details
2222

2323
The `bigquery.datasets.*` permissions can be scoped only to the `__segment_reverse_etl` dataset.
2424

25+
To create a new role in BigQuery console:
26+
1. Navigate to **IAM & Admin > Roles** in BigQuery.
27+
2. Click **+ CREATE ROLE** to create a new role.
28+
3. Add **title** and **Description** as you like.
29+
4. Click **ADD PERMISSIONS** and add the permission listed in the above tables. You will to repeat that until all required permissions were added.
30+
5. Click **CREATE**.
31+
2532
## Create service account
2633

2734
> warning ""
2835
> You need to be an account admin to set up the Segment BigQuery connector as well as write permissions for the `__segment_reverse_etl` dataset.
2936
3037
To set up the Segment BigQuery connector:
3138
1. Navigate to **IAM & Admin > Service Accounts** in BigQuery.
32-
2. Click **+ Create Service Account** to create a new service account
33-
3. Enter your **Service account name** and a description of what the account will do
39+
2. Click **+ Create Service Account** to create a new service account.
40+
3. Enter your **Service account name** and a description of what the account will do.
3441
4. Click **Create and Continue**.
35-
5. In the **Grant this service account access to project** section, select the *BigQuery User* role to add.
42+
5. In the **Grant this service account access to project** section, select the role you created in the previous section.
3643
6. Click **+ Add another role** and add the *BigQuery Job User* role.
3744
7. Click **Continue**.
3845
8. Click **Done**.

0 commit comments

Comments
 (0)