There was an error while loading. Please reload this page.
2 parents e81f138 + cc2d5f3 commit f170f60Copy full SHA for f170f60
dbt/include/sqlserver/macros/adapters/metadata.sql
@@ -154,7 +154,7 @@
154
end as table_type
155
156
from [{{ schema_relation.database }}].INFORMATION_SCHEMA.TABLES with (nolock)
157
- where table_schema like '{{ schema_relation.schema }}'
+ where table_schema = '{{ schema_relation.schema }}'
158
{% endcall %}
159
{{ return(load_result('list_relations_without_caching').table) }}
160
{% endmacro %}
0 commit comments