forked from kzzzr/dbtvault_greenplum_demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dbt_project.yml
executable file
·56 lines (52 loc) · 910 Bytes
/
dbt_project.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
name: dbtvault_greenplum_demo
profile: dbtvault_greenplum_demo
version: '5.1.0'
config-version: 2
vars:
load_date: '1992-01-03'
# tpch_size: 10 #1, 10, 100, 1000, 10000
models:
dbtvault_greenplum_demo:
raw_stage:
tags:
- 'raw'
materialized: table
stage:
tags:
- 'stage'
enabled: true
materialized: view
raw_vault:
tags:
- 'raw_vault'
materialized: incremental
hubs:
tags:
- 'hub'
links:
tags:
- 'link'
sats:
tags:
- 'satellite'
t_links:
tags:
- 't_link'
# path to compiled .sql files
target-path: "target"
clean-targets:
- "target"
- "dbt_modules"
analysis-paths:
- analysis
clean-targets:
- target
data-paths:
- data
macro-paths:
- macros
source-paths:
- models
test-paths:
- tests
target-path: target