Skip to content

Commit c96d3c3

Browse files
authored
Fix: prevent AttributeError when a DBT project is run with dbt-core >= 1.9.0 (#3668)
1 parent 7519f43 commit c96d3c3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sqlmesh/dbt/manifest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ def _load_manifest(self) -> Manifest:
289289
args: Namespace = Namespace(
290290
vars=variables,
291291
profile=self.profile_name,
292+
project_dir=str(self.project_path),
292293
profiles_dir=str(self.profiles_path),
293294
target=self.target.name,
294295
macro_debugging=False,

0 commit comments

Comments
 (0)