Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklausroach committed Aug 28, 2024
1 parent 02ddd6a commit 76f345a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from pathlib import Path

dbt_project_directory = Path(__file__).absolute().parent / "jaffle_shop"
dbt_project = DbtProject(project_dir="jaffle_shop")
dbt_project = DbtProject(project_dir=dbt_project_directory)
dbt_resource = DbtCliResource(project_dir=dbt_project)
dbt_project.prepare_if_dev()

Expand Down

0 comments on commit 76f345a

Please sign in to comment.