【发布时间】:2021-06-23 06:36:35
【问题描述】:
也许有人有机会使用大查询行级安全性?
我遇到了这个问题 CREATE ROW ACCESS POLICY is not supported
但我尝试使用 off doc 中的代码 sn-p
https://cloud.google.com/bigquery/docs/managing-row-level-security#syntax
提前致谢。
CREATE ROW ACCESS POLICY Quote_Store_ID_filter
ON `my_dataset.my_table`
GRANT TO ("user:**.**@**.**.**")
FILTER USING (True);
返回 enter image description here
PS:我有权限: BigQuery 管理员 BigQuery 数据所有者
【问题讨论】:
标签: google-bigquery row-level-security