wip
This commit is contained in:
parent
4bef83f432
commit
db0d97d2e8
9 changed files with 158 additions and 3 deletions
13
ci/ci.profiles.yml
Normal file
13
ci/ci.profiles.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
dwh_dbt:
|
||||
outputs:
|
||||
prd-pointer:
|
||||
dbname: prd-pointer
|
||||
host: "{{ env_var('POSTGRES_HOST') }}"
|
||||
port: "{{ env_var('POSTGRES_PORT') | as_number }}"
|
||||
schema: public
|
||||
user: "{{ env_var('POSTGRES_USER') }}"
|
||||
pass: "{{ env_var('PGPASSWORD') }}"
|
||||
type: postgres
|
||||
threads: 1
|
||||
|
||||
target: prd-pointer
|
||||
Loading…
Add table
Add a link
Reference in a new issue