Skip to content

TEAM 1.5.5.0

Compare
Choose a tag to compare
@RoelantVos RoelantVos released this 27 Mar 05:56
1163456

Changes in this version:

  • Updated repository to 1. 5 (https://app.sqldbm.com/SQLServer/Share/xdwwuNcV1SLytr8SsGu4iUGFrngIE8md_DYjF4jNYw0).
  • Across-the-board name changes for repository tables and attributes (i.e. ATTRIBUTE_FROM_NAME => SATELLITE_ATTRIBUTE_NAME.
  • Addition of LOAD_VECTOR to capture the inferred direction of ETL (to support connection changes). I.e. Data Vault to Data Vault or source to Data Vault.
  • Snapshot of physical model is created during activation (MD_PHYSICAL_MODEL) and exposed as an interface (INTERFACE_PHYSICAL_MODEL).
  • Various cosmetic changes (auto-resize, removing versioning where not required).
  • Added support for saving interface outputs to disk as JSON files.
  • Refactor of the activation logic, to reduce code duplication
  • Added support for schema and database in the table names (fully qualified names). For instance adding bdv.SAT_CUSTOMER_DERIVED.
  • Various underlying changes to enable true virtualisation based on the reverse-engineered physical model. If ignore version is unchecked then everything properly runs off the internal physical model (grid).
  • Minor changes to sample data, to resolve the record source when generating sample code for DIRECT.
  • Fixed some issues around case-sensitive databases. The metadata should be case-sensitive, but was accidentally enclosed with an UPPER statement.
  • Added INTERFACE_SOURCE_LINK_ATTRIBUTE_XREF interface view to expose degenerate attributes for links.