microsoft / dbt-fabricspark

MIT License
15 stars 4 forks source link

Incorrect declaration of assert_not_null macro #17

Open nixent opened 6 months ago

nixent commented 6 months ago

assert_not_null macro is declared as fabricassert_not_null in dbt/include/fabricspark/macros/utils/assert_not_null.sql

It results in 'assert_not_null' is undefined error when calling dateadd macro. Suggest replacing fabricassert_not_null with assert_not_null

jcvdodson commented 5 months ago

Thanks! Will be addressed in PR #23