Replies: 1 comment
-
|
This condition is being used for account-level object. Auth policy is a schema-level object. For schema-level objects SnowDDL expects one of 3 approaches:
In my view, it should be one approach per schema. Mixing multiple approaches within one schema depending on object type may get confusing in the long run. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have auth policy created by AccountAdmin role (manually) because we needed
PAT_POLICY.SnowDDL suggests to drop it despite owner is not
SNOWDDL_ADMIN.I checked
AuthenticationPolicyResolverand it has no filter like in many other resolvers:We migrated to
0.59and now we want to manage auth policy created manually.Should we transfer ownership of the policy to
SNOWDDL_ADMINin case filtering will be applied in one of the next releases of SnowDDL?Beta Was this translation helpful? Give feedback.
All reactions