Skip to content

Data Warehouse Automation Interface v1.3.1

Compare
Choose a tag to compare
@RoelantVos RoelantVos released this 15 May 10:48
e925fb3
  • Added NULLable string id fields, changing from integer to string wherever applicable. The idea is that each segment can be uniquely identifies, if the developer choses to do so. Because the id can be a string or guid (or number) this is a string type. This means that any existing integer id fields must be re-generated as string values.
  • Moved away from Newtonsoft in favor of Text.Json where possible for future proofing. This is with the exception of the validator (testing project), which still uses Json.Net.
  • Updated RunDwhAutomation command line with the latest versions of the libraries.