You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.