This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
Unable to override the database when using the dbt-trino connector #775
Labels
bug
Something isn't working
Describe the bug
I'm not able to override the
database
when usingfal-dbt
with thedbt-trino
connector.Your environment
How to reproduce
In my
dbt_project.yml
, I have this inmodels.metabase_reports
(note that the default database is notlakehouse
butmetabase
):In the
models/experimental/experimental__experimental.py
file, I have:When I run
dbt run --select=experimental__expertimental
.Expected behavior
A table should be created in the
lakehouse.lakehouse_gold
schema within Trino.Actual behavior
The issue it that the
database
is not prepended to the table FQN (we only have theschema
).The text was updated successfully, but these errors were encountered: