We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e94f9ec + 8bd0685 commit c0b0556Copy full SHA for c0b0556
1 file changed
dbt_project.yml
@@ -19,9 +19,9 @@ seed-paths: ["seeds"]
19
macro-paths: ["macros"]
20
snapshot-paths: ["snapshots"]
21
22
-require-dbt-version: [">=1.2.0-a1", "<2.0.0"]
+require-dbt-version: [">=1.2.0-a1", "<1.3.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"
27
- - "dbt_packages"
+ - "dbt_packages"
0 commit comments