Skip to content

Commit

Permalink
Remove package dir usage for DbtProject in project_fully_featured
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong committed Jul 31, 2024
1 parent 37cdaaf commit d0ffe65
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@


DBT_PROJECT_DIR = Path(__file__).joinpath("..", "..", "dbt_project").resolve()
DBT_PROJECT_PACKAGED_DIR = Path(__file__).joinpath("..", "..", "dbt-project").resolve()

dbt_project = DbtProject(
project_dir=DBT_PROJECT_DIR,
packaged_project_dir=DBT_PROJECT_PACKAGED_DIR
)

0 comments on commit d0ffe65

Please sign in to comment.