Skip to content

Commit

Permalink
Td
Browse files Browse the repository at this point in the history
  • Loading branch information
espenhoh committed Jun 13, 2024
1 parent a6fe7ad commit 3ebf4ee
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions profiles.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
"fyll inn profiles-navn fra dbt_project.yml":
target: "{{env_var('DBT_DB_TARGET')}}"
outputs:
TD:
type: oracle
user: "{{env_var('DBT_USER')}}"
pass: "{{env_var('DBT_PASS')}}"
protocol: tcp
host: "{{env_var('DBT_DB_DSN', '10.51.9.59')}}"
port: 1521
service: dwh_td
database: DWH_TD
schema: "{{env_var('DBT_USER')}}"
threads: 10
U:
type: oracle
user: "{{env_var('DBT_ENV_SECRET_USER')}}"
Expand Down

0 comments on commit 3ebf4ee

Please sign in to comment.