Skip to content

Commit 789d728

Browse files
authored
Update BigQuery-setup.md
1 parent 85232b7 commit 789d728

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/unify/data-graph/setup-guides/BigQuery-setup.md

+5
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ Segment recommends you to create a new dataset for the Data Graph. If you choose
3737

3838
To create your dataset, navigate to the BigQuery SQL editor and create a dataset that will be used by Segment.
3939

40+
```
41+
CREATE SCHEMA IF NOT EXISTS `__segment_reverse_etl`;
42+
GRANT `roles/bigquery.dataEditor` ON SCHEMA `__segment_reverse_etl` TO "serviceAccount:<YOUR SERVICE ACCOUNT EMAIL>";
43+
```
44+
4045
## Step 3: Grant read-only access for the Data Graph
4146
Grant the [BigQuery Data Viewer](https://cloud.google.com/bigquery/docs/access-control#bigquery.dataViewer){:target="_blank"} role to the service account at the project level. Make sure to grant read-only access to the Profiles Sync project in case you have a separate project.
4247

0 commit comments

Comments
 (0)