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.
1 parent 3d202ea commit c1b9956Copy full SHA for c1b9956
dbt/include/sqlserver/macros/adapters/metadata.sql
@@ -83,8 +83,8 @@
83
else table_type
84
end as table_type
85
86
- from [{{ schema_relation.database }}].information_schema.tables
+ from [{{ schema_relation.database }}].information_schema.tables with (nolock)
87
where table_schema like '{{ schema_relation.schema }}'
88
{% endcall %}
89
{{ return(load_result('list_relations_without_caching').table) }}
90
-{% endmacro %}
+{% endmacro %}
0 commit comments