Currently I have the demand to allow some specific users to just be able to access specific tables in BigQuery. The documentation is a quite confused for me, is there anybody with practical steps to set this up?
Thanks in advance.
Solved! Go to Solution.
You can do this with Table ACLs, see https://cloud.google.com/bigquery/docs/table-access-controls-intro. If you are using the console, select the table in the SQL Explorer and select the Share button. You can give the user or group BigQuery Data Viewer permissions.