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>
|
host: <your-host>
|
||||||
user: <your-user>
|
user: <your-user>
|
||||||
pass: <your-password>
|
pass: <your-password>
|
||||||
port: <the local port for your ssh tunnel>
|
port: <your-port-probably-5432>
|
||||||
schema: working
|
schema: working
|
||||||
threads: 4
|
threads: 4
|
||||||
type: postgres
|
type: postgres
|
||||||
|
|
@ -15,7 +15,7 @@ dwh_dbt:
|
||||||
host: <your-host>
|
host: <your-host>
|
||||||
user: <prd-dbt-user>
|
user: <prd-dbt-user>
|
||||||
pass: <prd-dbt-password>
|
pass: <prd-dbt-password>
|
||||||
port: <the local port for your ssh tunnel>
|
port: <your-port-probably-5432>
|
||||||
schema: working
|
schema: working
|
||||||
threads: 4
|
threads: 4
|
||||||
type: postgres
|
type: postgres
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue