We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
assert_not_null macro is declared as fabricassert_not_null in dbt/include/fabricspark/macros/utils/assert_not_null.sql
assert_not_null
fabricassert_not_null
It results in 'assert_not_null' is undefined error when calling dateadd macro. Suggest replacing fabricassert_not_null with assert_not_null
'assert_not_null' is undefined
dateadd
The text was updated successfully, but these errors were encountered:
Thanks! Will be addressed in PR #23
Sorry, something went wrong.
No branches or pull requests
assert_not_null
macro is declared asfabricassert_not_null
in dbt/include/fabricspark/macros/utils/assert_not_null.sqlIt results in
'assert_not_null' is undefined
error when callingdateadd
macro. Suggest replacingfabricassert_not_null
withassert_not_null
The text was updated successfully, but these errors were encountered: