Replies: 1 comment
-
|
Try version Added policy references for dynamic tables: https://docs.snowddl.com/basic/yaml-configs/dynamic-table We still have some work to do which is related to "intention cache". For example, if dynamic table is about to be replaced AND we do not have Make sure to run SnowDDL twice to make sure re-created objects are actually covered by policies. Snowflake policies are finicky, prone to race conditions and sudden changes. Downtime, access restrictions and additional testing are pretty much required with the current implementation. Otherwise you risk suddenly exposing some data to end users if something goes wrong. I would generally suggest to avoid using policies and prioritise secure views for access control. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
SnowDDL doc says regarding
referencesproperty in masking policy:We want to apply masking/row policy on Dynamic Table.
Should we use legacy
referencesproperty of masking policy or is there any other way to apply it using SnowDDL?Beta Was this translation helpful? Give feedback.
All reactions