Skip to content

Commit

Permalink
fix directory
Browse files Browse the repository at this point in the history
  • Loading branch information
cnolanminich committed Nov 11, 2024
1 parent 98033a2 commit dfa4587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooli-data-eng/hooli_data_eng/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def get_env():
return "BRANCH"


dbt_project_path = Path(__file__).parent.parent.joinpath("dbt_project")
dbt_project_path = Path(__file__).parent.parent.parent.joinpath("dbt_project")
DBT_PROJECT_DIR = os.fspath(dbt_project_path)

dbt_project = DbtProject(
Expand Down

0 comments on commit dfa4587

Please sign in to comment.