Skip to content

Giving guests access to our BigQuery data

George Hickman edited this page Aug 4, 2020 · 4 revisions

We can give guests access to a single dataset (eg public_draft) in BiqQuery.

To do this they will need a Google Account (probably via gmail.com).

Then a team member with suitable permissions (probably a project-level Owner or Editor) will need to:

They should now be able to go to eg https://console.cloud.google.com/bigquery?project=ebmdatalab&d=public_draft&page=dataset and run queries against data in the dataset, and they should also be able to run queries over the API with Python or R or anything else.


Why two roles? Running a query involves creating a job, which is a permission which can only be granted at the project level (and so is included by BigQuery Guest. All the other permissions we want to grant should only apply at the dataset level (and so are included by BigQuery Dataset Guest).