File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
src/connections/reverse-etl/reverse-etl-source-setup-guides Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -22,17 +22,24 @@ Permission | Details
22
22
23
23
The ` bigquery.datasets.* ` permissions can be scoped only to the ` __segment_reverse_etl ` dataset.
24
24
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
+
25
32
## Create service account
26
33
27
34
> warning ""
28
35
> 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.
29
36
30
37
To set up the Segment BigQuery connector:
31
38
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.
34
41
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 .
36
43
6 . Click ** + Add another role** and add the * BigQuery Job User* role.
37
44
7 . Click ** Continue** .
38
45
8 . Click ** Done** .
You can’t perform that action at this time.
0 commit comments