Skip to content

Commit 00c3b15

Browse files
committed
dbt docs generate to handle more than one data warehouse
1 parent eddd1b1 commit 00c3b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbt/include/fabric/macros/adapters/catalog.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{% set query_label = apply_label() %}
44
{%- call statement('catalog', fetch_result=True) -%}
5-
5+
{{ get_use_database_sql(information_schemas.database) }}
66
with
77
principals as (
88
select

0 commit comments

Comments
 (0)