You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional templates, including for data object creation
Uses the latest DataWarehouseAutomation NuGet package / class library which has various additional functions to use in the templating engine.
Sample updates for consistency and adding various use cases, for example more complex transformations.
Breaking changes
Removed the backup feature when saving templates. All projects are using Git, so having a redundant backup on each save became really annoying.
Removed syntax highlighting on SQL output. Most projects directly access the output in SQL clients, and the highlighting really slows down the processing. It could be created on a separate thread but since it's rarely used it's quicker and easier to just disable for now.
Bug fixes
Fixed bug that saved output to disk even when the 'save output' checkbox was not checked.
Fixed a bug that prevent output to directly be generated against a SQL Server family database.