Skip to content

Commit

Permalink
Use "config-version: 2"
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesweakley committed Feb 17, 2021
1 parent 008743d commit 32bc366
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To use this in your dbt project, create or modify packages.yml to include:
```
packages:
- package: "omnata-labs/dbt_ml_preprocessing"
version: [">=0.6.0"]
version: [">=0.7.0"]
```
_(replace the revision number with the latest)_

Expand Down
4 changes: 3 additions & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: 'dbt_ml_preprocessing'
version: '0.6.0'
version: '0.7.0'

require-dbt-version: ">=0.15.1"

config-version: 2

profile: "integration_tests"

source-paths: ["models"]
Expand Down

0 comments on commit 32bc366

Please sign in to comment.