Skip to content

Commit

Permalink
Update warning
Browse files Browse the repository at this point in the history
  • Loading branch information
clrcrl committed Apr 8, 2020
1 parent e49ced6 commit de467e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/sql/surrogate_key.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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] -%}
Expand Down

0 comments on commit de467e9

Please sign in to comment.