Skip to content
Merged
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion src/connections/storage/catalog/bigquery/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ To create a service account for Segment:
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:
- `BigQuery Data Owner`
Copy link

@spadmanaban16 spadmanaban16 Mar 5, 2025

Choose a reason for hiding this comment

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

Can we say this or that? i.e. Data owner or Data editor

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We can put it as BigQuery Data Owner / BigQuery Data Editor. @spadmanaban16 let me know if we should proceed with this

Choose a reason for hiding this comment

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

should we say OR instead of /?

- `BigQuery Data Editor`
- `BigQuery Job User`
5. [Create a JSON key](https://cloud.google.com/iam/docs/creating-managing-service-account-keys){:target="_blank"}.
The downloaded file will be used to create your warehouse in the Segment app.
Expand Down