Replies: 4 comments 8 replies
-
It is hard to tell without more information, but SnowDDL should output logs naming specific objects and applied operations. The most likely scenario is the user with Btw, you may use |
Beta Was this translation helpful? Give feedback.
-
So it pulls role based account metadata? Ya, I assumed the apply was fine because I wasn't explicitly tearing down any resources. |
Beta Was this translation helpful? Give feedback.
-
So essentially the main difference between your solution and say a TF, is that TF uses state and you essentially maintain state through role ownership? Is that about right? |
Beta Was this translation helpful? Give feedback.
-
Also while I have you, is there a way to name change an object without tearing it down? |
Beta Was this translation helpful? Give feedback.
-
So I created a test folder called:
test/test_database/params.yaml
with the following data:
is_sandbox: true comment: Test database
and ran an apply, with:
This command deleted over 10 objects in Snowflake, why did this happen?
Beta Was this translation helpful? Give feedback.
All reactions