Skip to content

Commit

Permalink
Update DbtProject
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong committed Jun 21, 2024
1 parent d722279 commit 9c6625e
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,7 @@ def __new__(
state_path=project_dir.joinpath(state_path) if state_path else None,
packaged_project_dir=packaged_project_dir,
has_uninstalled_deps=has_uninstalled_deps,
manifest_preparer=manifest_preparer
if manifest_preparer
else DagsterDbtManifestPreparer(),
manifest_preparer=manifest_preparer,
)

@public
Expand Down

0 comments on commit 9c6625e

Please sign in to comment.