small change in profiles example

This commit is contained in:
Pablo Martin 2024-02-05 10:35:20 +01:00
parent f6912547b3
commit fc3f088e74

View file

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