diff --git a/macros/sql/surrogate_key.sql b/macros/sql/surrogate_key.sql index 10c9a06e..9e58f7a3 100644 --- a/macros/sql/surrogate_key.sql +++ b/macros/sql/surrogate_key.sql @@ -3,7 +3,7 @@ {%- if varargs|length >= 1 %} -{%- 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.") -%} +{%- 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.") -%} {# first argument is not included in varargs, so add first element to field_list_xf #} {%- set field_list_xf = [field_list] -%}