Skip to content

Commit d6e1305

Browse files
committed
Updated
1 parent 1ec0a3b commit d6e1305

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

dbt_project.yml

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: 'personio'
2+
3+
config-version: 2
4+
version: '0.1'
5+
6+
profile: 'personio'
7+
8+
model-paths: ["models"]
9+
test-paths: ["tests"]
10+
analysis-paths: ["analysis"]
11+
macro-paths: ["macros"]
12+
13+
target-path: "target"
14+
clean-targets:
15+
- "target"
16+
- "dbt_modules"
17+
- "logs"
18+
19+
require-dbt-version: [">=1.0.0", "<2.0.0"]
20+
21+
models:
22+
personio:
23+
materialized: table
24+
staging:
25+
materialized: view
26+
+docs:
27+
node_color: 'silver'
28+
+docs:
29+
node_color: 'gold'

0 commit comments

Comments
 (0)