many things

This commit is contained in:
Pablo Martin 2024-01-18 17:25:41 +01:00
parent 9d70ee45ec
commit 426f0fbb0d
10 changed files with 103 additions and 21 deletions

23
profiles.yml.example Normal file
View file

@ -0,0 +1,23 @@
dwh_dbt:
outputs:
dev:
dbname: dwh
host: localhost
user: <your-user>
pass: <your-password>
port: <the local port for your ssh tunnel>
schema: working
threads: 4
type: postgres
prd:
dbname: dwh
host: localhost
user: <prd-dbt-user>
pass: <prd-dbt-password>
port: <the local port for your ssh tunnel>
schema: working
threads: 4
type: postgres
target: dev