We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c90e645 commit 24182fbCopy full SHA for 24182fb
1 file changed
dbt/include/sqlserver/macros/materializations/snapshot/strategies.sql
@@ -1,6 +1,6 @@
1
{% macro sqlserver__snapshot_hash_arguments(args) %}
2
CONVERT(VARCHAR(32), HashBytes('MD5', {% for arg in args %}
3
- coalesce(cast({{ arg }} as varchar ), '') {% if not loop.last %} + '|' + {% endif %}
+ coalesce(cast({{ arg }} as varchar(max)), '') {% if not loop.last %} + '|' + {% endif %}
4
{% endfor %}), 2)
5
{% endmacro %}
6
0 commit comments