Skip to content

Commit

Permalink
Update README.md for project level permissions (#170)
Browse files Browse the repository at this point in the history
Python colabs use a slightly differnet API to access BigQuery for some datasets. As a result, users would see a permission error from Colab even when the BigQuery web UI would succeed.

This change adds documentation of the two additional permissions needed at the project level.
  • Loading branch information
stephen-soltesz authored Nov 9, 2023
1 parent fcee391 commit 4fb16e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion views/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,7 @@ the [email protected] user specific roles.
bigquery.savedqueries.list
bigquery.tables.export
bigquery.tables.getData
resourcemanager.projects.get`
resourcemanager.projects.get
bigquery.readsessions.create
bigquery.readsessions.getData
```

0 comments on commit 4fb16e1

Please sign in to comment.