Virtual Data Warehouse v.1.6.7
VDW 1.6.7 is a minor revision that has been created to support TEAM 1.6.5, since this release introduced a breaking change to the patterns – namely the Dimension pattern.
The main difference is that in previous TEAM versions, the generated Dimension JSON file combined the various sources from all data object mappings into a single data object mapping (with multiple source data objects mapping to a single target data object).
In TEAM 1.6.5, each data object mapping is generated as a single dataObjectMapping segment in the target Dimension JSON. This means that the Dimension JSON file contains three segments in the provided example data.
In the pattern, this has been addressed by wrapping a {{#each dataObjectMapping}} everywhere where the {{sourceDataObjects}} are used.