set_ols at table level #728
-
I have the need to script our permissions, RLS and OLS, I am trying to set OLS on the table only like in tabular editor. However I am finding that set_ols is looking for a mandatory parameter of column_name. Is there a way to set the OLS on the table level only and not having to set on each individual Column ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Made a PR where the column_name parameter is optional. If it's not specified then table OLS is applied. If the column is specified then column OLS is applied. |
Beta Was this translation helpful? Give feedback.
-
This is available in 0.11.0. https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#set-object-level-security-ols |
Beta Was this translation helpful? Give feedback.
This is available in 0.11.0.
https://github.com/microsoft/semantic-link-labs/wiki/Code-Examples#set-object-level-security-ols