Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Provide READ access to only BigQuery INFORMATION_SCHEMA objects for the Service Account

I would like to provide READ access to only BigQuery INFORMATION_SCHEMA objects for the service account. May i know the instruction please what needs to be done?

Solved Solved
0 4 200
1 ACCEPTED SOLUTION

You can give the role to the SA at the project, folder or the organization level, depending on the scope.

  • roles/bigquery.metadataViewer

View solution in original post

4 REPLIES 4

You can give the role to the SA at the project, folder or the organization level, depending on the scope.

  • roles/bigquery.metadataViewer

Hi @mdideles ,

Do we have Information_schema.table_storage table at Dataset level? Like below

SELECT *
FROM `project-level.Dataset-level.INFORMATION_SCHEMA.TABLE_STORAGE`;

 

There's none right, from this link you can refer. Introduction to INFORMATION_SCHEMA  |  BigQuery  |  Google Cloud

I think, you can get the dataset level details if you summarize by TABLE_SCHEMA (dataset_id).

Hi @mdideles  I am not getting access on region-us level access on table_storage. Hence try to find the dataset level of table_storage? I dont think we have dataset level table of table_storage