Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/unify/data-graph/setup-guides/BigQuery-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ redirect_from:

Set up your BigQuery data warehouse to Segment for the [Data Graph](/docs/unify/data-graph/data-graph/).

As long as the service account has been granted permissions to read tables from both projects, the customer should be good to go.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
As long as the service account has been granted permissions to read tables from both projects, the customer should be good to go.
As long as the service account has been granted permissions to read tables from both projects, the customer should be good to go.

Who is the customer in this case?


## Step 1: Roles and permissions
> warning ""
> 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.
Expand Down Expand Up @@ -52,6 +54,10 @@ To grant read-only access for the Data Graph:
5. Select the **BigQuery Data Viewer role**.
6. Click **Save**.

> info ""
> You can grant permissions to access data from multiple projects for the BigQuery service account you use.


## *(Optional)* Step 4: Restrict read-only access
If you want to restrict access to specific datasets, grant the BigQuery Data Viewer role on datasets to the service account. Make sure to grant read-only access to the Profiles Sync dataset.

Expand Down