microsoft / dbt-fabricspark

MIT License
7 stars 3 forks source link

Incorrect declaration of assert_not_null macro #17

Open nixent opened 1 month ago

nixent commented 1 month 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 2 weeks ago

Thanks! Will be addressed in PR #23