You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{%- if column_names_config_only != sql_file_provided_columns -%}
42
+
{%- do exceptions.raise_compiler_error('Please ensure the name and order of columns in your `yml` file match the columns in your SQL file.\nSchema File Columns: ' ~ column_names_config_only ~ '\nSQL File Columns: ' ~ sql_file_provided_columns ~ '' ) %}
43
+
{%- endif -%}
44
+
{% endmacro %}
31
45
{# loop through user_provided_columns to get column names #}
0 commit comments