Skip to content

Commit 2c20e96

Browse files
authored
Set require-dbt-version (#7)
1 parent e755ce1 commit 2c20e96

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

dbt_project.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ seed-paths: ["seeds"]
1919
macro-paths: ["macros"]
2020
snapshot-paths: ["snapshots"]
2121

22+
require-dbt-version: [">=1.0.0", "<2.0.0"]
23+
2224
target-path: "target" # directory which will store compiled SQL files
2325
clean-targets: # directories to be removed by `dbt clean`
2426
- "target"

0 commit comments

Comments
 (0)