small change in profiles example
This commit is contained in:
parent
f6912547b3
commit
fc3f088e74
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ dwh_dbt:
|
|||
host: <your-host>
|
||||
user: <your-user>
|
||||
pass: <your-password>
|
||||
port: <the local port for your ssh tunnel>
|
||||
port: <your-port-probably-5432>
|
||||
schema: working
|
||||
threads: 4
|
||||
type: postgres
|
||||
|
|
@ -15,7 +15,7 @@ dwh_dbt:
|
|||
host: <your-host>
|
||||
user: <prd-dbt-user>
|
||||
pass: <prd-dbt-password>
|
||||
port: <the local port for your ssh tunnel>
|
||||
port: <your-port-probably-5432>
|
||||
schema: working
|
||||
threads: 4
|
||||
type: postgres
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue