Skip to content

Version 0.11.5

Latest

Choose a tag to compare

@DVAlexHiggs DVAlexHiggs released this 05 Feb 11:49

[v0.11.5] - 2026-02-05

Documentation Status
dbt Versions

New

  • A new nh_link() (Non-historized Link) macro is now available. This is an alias of the existing t_link() (Transactional Link) macro which will eventually be deprecated - for now the two are interchangeable. This change was made to fall in-line with modern Data Vault 2.0 naming.

Fixes

  • #268 Update dbt fusion compatibility to better handle the dbt meta config due to a loud warning. Thank you to @JordyHeusdensDT for the suggestion and accompanying code
  • #238 Fixed how Databricks hashes are typed (now STRING not VARCHAR)

Backend

  • Changes to many supporting, metadata processing and other backend macros to better fit new dbt Fusion macro linting/syntax recommendations as well as improve maintainability and reduce complexity.