small docs details
This commit is contained in:
parent
dd4fa59ab4
commit
f6912547b3
2 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@ dwh_dbt:
|
|||
outputs:
|
||||
dev:
|
||||
dbname: dwh
|
||||
host: localhost
|
||||
host: <your-host>
|
||||
user: <your-user>
|
||||
pass: <your-password>
|
||||
port: <the local port for your ssh tunnel>
|
||||
|
|
@ -12,7 +12,7 @@ dwh_dbt:
|
|||
|
||||
prd:
|
||||
dbname: dwh
|
||||
host: localhost
|
||||
host: <your-host>
|
||||
user: <prd-dbt-user>
|
||||
pass: <prd-dbt-password>
|
||||
port: <the local port for your ssh tunnel>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue