BigQuery

BigQuery row-level security fail

Recently I thought I’d look at BigQuery’s new row-level security feature: https://cloud.google.com/bigquery/docs/row-level-security-intro For a moment I was excited because I thought I could remove the view scenario I’m using to manage row-level access at the moment. Briefly, the fact table is joined to another table on the relevant key and each user’s email address is …

BigQuery row-level security fail Read More »

How to authorize BigQuery views across projects using the Java Client Library

Google Cloud recently changed their authorized views functionality in the console. And they broke it! You can no longer authorize views across projects using the console! It seems some of their documentation hasn’t been able to keep up either! https://cloud.google.com/bigquery/docs/authorized-views#console Fortunately some of their other documentation is up to date (but there’s a catch): https://cloud.google.com/bigquery/docs/share-access-views#authorize_the_view_to_access_the_source_dataset …

How to authorize BigQuery views across projects using the Java Client Library Read More »