Skip to content
Open
Changes from all 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
4 changes: 4 additions & 0 deletions docs/data-management/connecting-dwh/bigquery.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ Additionally, you will need to create a data environment for Eppo to write inter
7. Under **Service account permissions**, add the following roles:
- `BigQuery Job User (roles/bigquery.jobUser)`
- Required
- `BigQuery User (roles/bigquery.user)`
Copy link
Contributor

Choose a reason for hiding this comment

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

AI suggests roles/bigquery.dataEditor may accomplish what we need with less permissions than user

- Required
- `BigQuery Darta Viewer (roles/bigquery.dataViewer )`
- Required
- `Storage Admin (roles/storage.admin)`
- Optional; required for using Eppo's [Track API](/sdks/event-logging/event-tracking)
- Scoped to the Storage bucket to use for temporary storage of events before loading into BigQuery
Expand Down