How to instruct SnowDDL to ignore objects it doesn't maintain? #7
minghungcho
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Currently the best way to achieve it is by creating a dedicated schema for objects maintained externally, and by setting option Unknown objects in such schemas will not be dropped. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been testing singledb mode for several days, and so far it works as expected.
However, one issue I encountered is that there is no option to instruct SnowDDL not to drop objects it does not maintain.
Since I also use dbt for transformation, there are tables and views maintained by dbt in the same database.
In addition, I am also using SnowPark to deploy Python UDF and Stored Procedure.
Any suggestions on how to make SnowDDL work with other tools?
Beta Was this translation helpful? Give feedback.
All reactions