sdoubleday / scdtype6generator

You write the source object. This emits the rest of your Type 6 Slowly Changing Dimension SQL code
MIT License
0 stars 0 forks source link

Can I use Scriban to better handle the templating? #117

Open sdoubleday opened 2 years ago

sdoubleday commented 2 years ago

https://github.com/scriban/scriban

Specifically, I need to pass a bunch of JSON into the front so I can document things and maybe not use DacFx, but for this I will need to be able to repeat lines in the template. SQLTemplateColumnExpander does that now, but maybe this would let me further simplify?

sdoubleday commented 1 year ago

70432de40b13398cb8f2da60aca8bdc88a2dd35f started exploring this