Skip to content

Commit

Permalink
Merge pull request #14 from calogica/update/dbt-019
Browse files Browse the repository at this point in the history
Adding support for dbt 0.19
  • Loading branch information
clausherther authored Feb 3, 2021
2 parents ab18530 + 0ae976b commit 4764fb8
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 4764fb8

Please sign in to comment.