'View only Rights in BigQuery
Solution 1:[1]
Your client needs to execute this query to give you permission to the dataset.
GRANT `roles/bigquery.metadataViewer`
ON schema `project_name.dataset_name`
TO "user:[email protected]"
After this query. You need to add the project in BigQuery.
Above the option +Add
Pin a Project
Enter Project Name
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Raul Saucedo |


