ScalefreeCOM / datavault4dbt

Scalefree's dbt package for a Data Vault 2.0 implementation congruent to the original Data Vault 2.0 definition by Dan Linstedt including the Staging Area, DV2.0 main entities, PITs and Snapshot Tables.

Home Page:https://www.scalefree.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ledts_alias in v1-views not correctly set

jabibo opened this issue · comments

commented

in the v1-views from ref_sat and sat the parameter-value of ledts_alieas is being overwritten by
set ledts_alias = var('datavault4dbt.ledts_alias', 'ledts')
instead of something like
set ledts_alias = datavault4dbt.replace_standard(ledts_alias, 'datavault4dbt.ledts_alias', 'ledts')

in ma_sat it is missing completly

Hi @jabibo and thanks for reaching out!

Correct, this should not have happened. I fixe dit for all adapters in the linked development branch.

Will close this issue then!