Replies: 3 comments 6 replies
-
I have some "work-in-progress" code to perform such conversion. It is currently not documented, but you may run At this moment it tries to convert the following object types:
Code of converters is available here: https://github.com/littleK0i/SnowDDL/tree/master/snowddl/converter If I see some interest, I'll improve converters and include more object types. Thank you! |
Beta Was this translation helpful? Give feedback.
-
@sindhuthirugnanam , please check latest version I've added options Currently, there is no option to select specific schemas, but it should be a good start. |
Beta Was this translation helpful? Give feedback.
-
When I run the converter the tables are not formatted correctly. For example, if I have VARCHAR columns in a table, I expected the output will be:
But instead, the converted returned output in following format:
Is there any easy way to fix this in your code? I also noticed the View definition are not formatted well either (note the regular expressions and additional ). Also the body of view is wrapped under "", instead of |-. Though the execution works fine with no issues, the formatting is not consistent with the docs.
|
Beta Was this translation helpful? Give feedback.
-
Any recommended approach for generating the config yaml from an existing database?
Beta Was this translation helpful? Give feedback.
All reactions