We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b13d4 commit 1f52e8aCopy full SHA for 1f52e8a
dbt/include/sqlite/macros/materializations/snapshot/strategies.sql
@@ -1,4 +1,4 @@
1
-{% macro default__snapshot_hash_arguments(args) -%}
+{% macro sqlite__snapshot_hash_arguments(args) -%}
2
hex(md5({%- for arg in args -%}
3
coalesce(cast({{ arg }} as varchar ), '')
4
{% if not loop.last %} || '|' || {% endif %}
0 commit comments