Closed thestonewell closed 1 year ago
Thanks for the report. We'll get a fix and a regression test in for this!
I am experiencing this problem also (but using the workaround above). When will a new version be available with it fixed ?
Fixed and released in 0.9.4. Thank you. Please re-open if you continue to experience this issue
Describe the bug While compiling macros with dbtvault version set to 0.9.3. If we don’t define the
hash
key indbt_project.yml
then it throws a compilation error.Macro leading to issue is default__type_binary.
In above macro hash key is being fetched from defined vars and if the key is missing than it leads to compilation error.
To fix the above issue we have modified the default__type_binary macro.
Modified macro
Environment
dbt version: 1.3 dbtvault version: 0.9.1 and later Database/Platform: Snowflake
To Reproduce see above
Expected behavior no regression