a few tiny changes in readme and profiles template

This commit is contained in:
Pablo Martin 2024-05-28 14:29:31 +02:00
parent b59c0a96fb
commit 40a12df950
2 changed files with 8 additions and 6 deletions

View file

@ -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