We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a8318a + eb3e265 commit 9d0f20cCopy full SHA for 9d0f20c
dbt/include/sqlserver/macros/adapters/metadata.sql
@@ -153,7 +153,7 @@
153
else table_type
154
end as table_type
155
156
- from [{{ schema_relation.database }}].INFORMATION_SCHEMA.TABLES
+ from [{{ schema_relation.database }}].INFORMATION_SCHEMA.TABLES with (nolock)
157
where table_schema like '{{ schema_relation.schema }}'
158
{% endcall %}
159
{{ return(load_result('list_relations_without_caching').table) }}
0 commit comments