Skip to content

Commit

Permalink
Set require-dbt-version (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
joellabes authored Feb 10, 2022
1 parent e755ce1 commit 2c20e96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ seed-paths: ["seeds"]
macro-paths: ["macros"]
snapshot-paths: ["snapshots"]

require-dbt-version: [">=1.0.0", "<2.0.0"]

target-path: "target" # directory which will store compiled SQL files
clean-targets: # directories to be removed by `dbt clean`
- "target"
Expand Down

0 comments on commit 2c20e96

Please sign in to comment.