We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe35118 commit 3d4bf31Copy full SHA for 3d4bf31
tests/fixtures/dbt/empty_project/profiles.yml
@@ -5,5 +5,9 @@ empty_project:
5
outputs:
6
__DEFAULT_TARGET__:
7
type: duckdb
8
+ # database is required for dbt < 1.5 where our adapter deliberately doesnt infer the database from the path and
9
+ # defaults it to "main", which raises a "project catalog doesnt match context catalog" error
10
+ # ref: https://github.com/TobikoData/sqlmesh/pull/1109
11
+ database: empty_project
12
path: 'empty_project.duckdb'
13
threads: 4
0 commit comments