We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c5686e commit de32631Copy full SHA for de32631
dbt_project.yml
@@ -1,14 +1,14 @@
1
name: automate_dv
2
-version: 0.10.2
3
-require-dbt-version: [">=1.0.0", "<2.0.0"]
+version: 0.11.0
+require-dbt-version: [ ">=1.0.0", "<2.0.0" ]
4
config-version: 2
5
6
-model-paths: ["models"]
7
-analysis-paths: ["analyses"]
8
-test-paths: ["tests"]
9
-seed-paths: ["seeds"]
10
-macro-paths: ["macros"]
11
-docs-paths: ["docs"]
+model-paths: [ "models" ]
+analysis-paths: [ "analyses" ]
+test-paths: [ "tests" ]
+seed-paths: [ "seeds" ]
+macro-paths: [ "macros" ]
+docs-paths: [ "docs" ]
12
13
target-path: "target"
14
clean-targets:
0 commit comments