Skip to content

Updated role for bigquery service account setup #7474

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 11, 2025
Merged
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
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 Owner` or `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
Loading