Skip to content

Commit 1f52e8a

Browse files
committed
fix typo: don't override default
1 parent 07b13d4 commit 1f52e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbt/include/sqlite/macros/materializations/snapshot/strategies.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% macro default__snapshot_hash_arguments(args) -%}
1+
{% macro sqlite__snapshot_hash_arguments(args) -%}
22
hex(md5({%- for arg in args -%}
33
coalesce(cast({{ arg }} as varchar ), '')
44
{% if not loop.last %} || '|' || {% endif %}

0 commit comments

Comments
 (0)