Skip to content

Commit

Permalink
Merge pull request #68 from dbt-labs/fix/housekeeping
Browse files Browse the repository at this point in the history
housekeeping
  • Loading branch information
dave-connors-3 authored Apr 1, 2022
2 parents 791ca4d + 6a3b071 commit 3d6205e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ snapshot-paths: ["snapshots"]
target-path: "target" # directory which will store compiled SQL files
clean-targets: # directories to be removed by `dbt clean`
- "target"
- "dbt_modules"
- "dbt_packages"

models:
dbt_project_evaluator:
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ snapshot-paths: ["snapshots"]
target-path: "target" # directory which will store compiled SQL files
clean-targets: # directories to be removed by `dbt clean`
- "target"
- "dbt_modules"
- "dbt_packages"

models:
dbt_project_evaluator_integration_tests:
Expand Down
4 changes: 2 additions & 2 deletions packages.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
packages:
- package: dbt-labs/audit_helper
version: 0.5.0
- package: dbt-labs/dbt_utils
version: 0.8.2
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
pip==21.3.1
dbt-snowflake~=1.0.0
dbt-redshift~=1.0.0
dbt-bigquery~=1.0.0
dbt-bigquery~=1.0.0

0 comments on commit 3d6205e

Please sign in to comment.