small docs details

This commit is contained in:
Pablo Martin 2024-02-02 16:31:45 +01:00
parent dd4fa59ab4
commit f6912547b3
2 changed files with 3 additions and 3 deletions

View file

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