Skip to content

Commit

Permalink
configure dbt_project.yml for greenplum
Browse files Browse the repository at this point in the history
  • Loading branch information
kzzzr committed Oct 12, 2021
1 parent 3193491 commit eafed95
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: dbtvault_snowflake_demo
profile: dbtvault_snowflake_demo
name: dbtvault_greenplum_demo
profile: dbtvault_greenplum_demo
version: '5.1.0'
require-dbt-version: ['>=0.18.0', '<0.20.0']
config-version: 2
Expand All @@ -23,7 +23,7 @@ vars:
tpch_size: 10 #1, 10, 100, 1000, 10000

models:
dbtvault_snowflake_demo:
dbtvault_greenplum_demo:
raw_stage:
tags:
- 'raw'
Expand All @@ -49,3 +49,9 @@ models:
t_links:
tags:
- 't_link'

# path to compiled .sql files
target-path: "target"
clean-targets:
- "target"
- "dbt_modules"

0 comments on commit eafed95

Please sign in to comment.