a few tiny changes in readme and profiles template
This commit is contained in:
parent
b59c0a96fb
commit
40a12df950
2 changed files with 8 additions and 6 deletions
|
|
@ -6,7 +6,7 @@ dwh_dbt:
|
|||
user: <your-user>
|
||||
pass: <your-password>
|
||||
port: <your-port-probably-5432>
|
||||
schema: working
|
||||
schema: staging
|
||||
threads: 4
|
||||
type: postgres
|
||||
|
||||
|
|
@ -16,8 +16,8 @@ dwh_dbt:
|
|||
user: <prd-dbt-user>
|
||||
pass: <prd-dbt-password>
|
||||
port: <your-port-probably-5432>
|
||||
schema: working
|
||||
threads: 4
|
||||
schema: staging
|
||||
threads: 2
|
||||
type: postgres
|
||||
|
||||
target: dev
|
||||
Loading…
Add table
Add a link
Reference in a new issue