We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac1e9e4 commit c3f2646Copy full SHA for c3f2646
macros/one_hot_encoder.sql
@@ -12,7 +12,7 @@
12
{% set results_list = [] %}
13
{% endif %}
14
{%- endif -%}
15
-{%- if handle_unknown!='ordinal' -%}
+{%- if handle_unknown!='ignore' -%}
16
{% set error_message %}
17
The `one_hot_encoder` macro only supports an 'handle_unknown' value of 'ignore' at this time.
18
{% endset %}
0 commit comments