many things
This commit is contained in:
parent
9d70ee45ec
commit
426f0fbb0d
10 changed files with 103 additions and 21 deletions
23
profiles.yml.example
Normal file
23
profiles.yml.example
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue