Skip to content

Commit

Permalink
missing close paren
Browse files Browse the repository at this point in the history
  • Loading branch information
dataders committed Jan 5, 2021
1 parent f940504 commit cd40119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/sql/safe_add.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{%- macro safe_add() -%}
{{ return(adapter.dispatch('safe_add', packages = dbt_utils._get_utils_namespaces())(*args) }}
{{ return(adapter.dispatch('safe_add', packages = dbt_utils._get_utils_namespaces())(*args)) }}
{% endmacro %}

{%- macro default__safe_add() -%}
Expand Down

0 comments on commit cd40119

Please sign in to comment.