We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e755ce1 commit 2c20e96Copy full SHA for 2c20e96
1 file changed
dbt_project.yml
@@ -19,6 +19,8 @@ seed-paths: ["seeds"]
19
macro-paths: ["macros"]
20
snapshot-paths: ["snapshots"]
21
22
+require-dbt-version: [">=1.0.0", "<2.0.0"]
23
+
24
target-path: "target" # directory which will store compiled SQL files
25
clean-targets: # directories to be removed by `dbt clean`
26
- "target"
0 commit comments