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

incorrect query used in rec_track_sat

cmettler opened this issue · comments

Hi, I've started to get a grip on the code

I think this line

{%- set rsrc_static_result = run_query(rsrc_static_query_source) -%}

should be run_query(rsrc_static_query_source_count) ?

KR
Christoph

Hi @cmettler,

Correct, that should have been "run_query(rsrc_static_query_source_count)". It is implemented like this for the record tracking satellites of all adapters. Will add a corresponding branch to fix this!

Kind Regards
Tim