Skip to content

Data Warehouse Automation Schema v2.0.3

Compare
Choose a tag to compare
@RoelantVos RoelantVos released this 21 Apr 02:41
· 38 commits to main since this release

Get it on https://www.nuget.org/packages/DataWarehouseAutomation. Version name has been synced to NuGet package (v2.0.3).

New features

  • Upgrade of the code to .Net 8.0.
  • A new HasClassification handlebars extension / helper has been added to allow for true/false checks if a certain classification is available in the selected objects. Corresponding examples have been updated to showcase.
  • Allowing the TargetDataItem to be an IDataItem, meaning it can be either a logic or column same as the source data items. This was a limitation without real reason, it would be possible to move logic into logic this way.
  • Allowing the TargetDataObject to be an IDataObject, meaning it can be either a logic or column same as the source data objects.
  • Related Data Objects are now also of type IDataObject, not limiting to files or tables only.
  • Data Object Mappings can now have a list of data items irrespective of the data item mappings, this allows logic / transformation components to be defined in a reusable manner.
  • A Data Object Query can now have a list of IDataItems as well. Same as above, this allows columns to be specified for transformation objects.

Breaking changes

  • N/A

Bug fixes

  • Tidying up of directory structures, moving object model into dedicated space (DwaModel)