Skip to content

Commit

Permalink
Add support for dbt 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
clausherther committed Feb 3, 2021
1 parent ab18530 commit 0ae976b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
name: 'dbt_expectations'
version: '0.1.0'

require-dbt-version: [">=0.18.0", "<0.19.0"]
require-dbt-version: [">=0.18.0", "<0.20.0"]
config-version: 2

target-path: "target"
clean-targets: ["target", "dbt_modules"]
macro-paths: ["macros"]
log-path: "logs"
log-path: "logs"

0 comments on commit 0ae976b

Please sign in to comment.