We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eddd1b1 commit 00c3b15Copy full SHA for 00c3b15
dbt/include/fabric/macros/adapters/catalog.sql
@@ -2,7 +2,7 @@
2
3
{% set query_label = apply_label() %}
4
{%- call statement('catalog', fetch_result=True) -%}
5
-
+ {{ get_use_database_sql(information_schemas.database) }}
6
with
7
principals as (
8
select
0 commit comments