Skip to content

Commit de467e9

Browse files
committed
Update warning
1 parent e49ced6 commit de467e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macros/sql/surrogate_key.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
{%- if varargs|length >= 1 %}
55

6-
{%- do exceptions.warn("Warning: the `surrogate_key` macro now takes a single list argument instead of multiple string arguments. Multiple string arguments are longer supported and will be deprecated in a future release of dbt-utils.") -%}
6+
{%- do exceptions.warn("Warning: the `surrogate_key` macro now takes a single list argument instead of multiple string arguments. Support for multiple string arguments will be deprecated in a future release of dbt-utils.") -%}
77

88
{# first argument is not included in varargs, so add first element to field_list_xf #}
99
{%- set field_list_xf = [field_list] -%}

0 commit comments

Comments
 (0)