Column and Row Level Security in BigQuery
· 3 min read
Data exposition strategies
Data may be exposed using views or authorized views and more recently using Row / Column level security.
Historically, to restrict access on specific columns or rows in BigQuery, one can create a (authorized) view with a SQL request like the one below: