Skip to content

Commit

Permalink
Merge pull request #23 from jcvdodson/assert-not-null
Browse files Browse the repository at this point in the history
fix assert_not_null declaration
  • Loading branch information
prdpsvs authored Jun 23, 2024
2 parents 3ddd1c0 + 91bab6f commit 59cc364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt/include/fabricspark/macros/utils/assert_not_null.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% macro fabricassert_not_null(function, arg) -%}
{% macro assert_not_null(function, arg) -%}
{{ return(adapter.dispatch('assert_not_null', 'dbt')(function, arg)) }}
{%- endmacro %}

Expand Down

0 comments on commit 59cc364

Please sign in to comment.