0.33.0 - October 2024
Last updated
Last updated
This update introduces significant changes related to management of policies.
object type was significantly reworked. Now it behaves similarly to other types of policies. Internally it uses POLICY_REFERENCES
table function to get connected objects (ACCOUNT, USER, etc.). Env prefix is now supported for network policies.
Setting NETWORK POLICY
on ACCOUNT now requires config. Setting it via no longer works.
Before:
After:
Setting NETWORK POLICY
on USER now requires explicit network_policy
parameter in config. Setting it via session_params
no longer works.
Before:
After:
Previously it was required to specify references for most types of policies in policy config using references
parameter. This parameter is still working, but it is now deprecated.
Before:
After:
This update introduced new destroy_sequence
for SnowDDL applications.
Original sequences were renamed:
parser_sequence
-> parse_sequence
resolver_sequence
-> resolve_sequence
If you implemented custom application using SnowDDL code, please update it accordingly.
Policy references can now be specified directly in or config using new policy reference parameters.