Skip to content

Commit

Permalink
fix typo in schemas argument
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Oct 4, 2023
1 parent 26db949 commit 3b7dbff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt/include/snowflake/macros/catalog.sql
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
{%- endmacro %}


{% macro snowflake__get_catalog_schemas_where_clause_sql(schema) -%}
{% macro snowflake__get_catalog_schemas_where_clause_sql(schemas) -%}
where ({%- for schema in schemas -%}
upper("table_schema") = upper('{{ schema }}'){%- if not loop.last %} or {% endif -%}
{%- endfor -%})
Expand Down

0 comments on commit 3b7dbff

Please sign in to comment.