Skip to content

Commit

Permalink
Legger til eksempel på profiles.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
espenhoh committed Jan 25, 2024
1 parent 226936d commit 44847c2
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions profiles.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
dvh_arb_reg:
target: "{{env_var('DBT_DB_TARGET')}}"
outputs:
U:
type: oracle
user: "{{env_var('DBT_ENV_SECRET_USER')}}"
pass: "{{env_var('DBT_ENV_SECRET_PASS')}}"
protocol: tcp
host: dm07-scan.adeo.no
port: 1521
service: dwhu1
database: dwhu1
schema: "{{env_var('DBT_DB_SCHEMA')}}"
threads: 10
R:
type: oracle
user: "{{env_var('DBT_ENV_SECRET_USER')}}"
pass: "{{env_var('DBT_ENV_SECRET_PASS')}}"
protocol: tcp
host: dm07-scan.adeo.no
port: 1521
service: dwhr
database: dwhr
schema: "{{env_var('DBT_DB_SCHEMA')}}"
threads: 10
Q:
type: oracle
user: "{{env_var('DBT_ENV_SECRET_USER')}}"
pass: "{{env_var('DBT_ENV_SECRET_PASS')}}"
protocol: tcp
host: dm07-scan.adeo.no
port: 1521
service: dwhq0
database: dwhq0
schema: "{{env_var('DBT_DB_SCHEMA')}}"
threads: 10
P:
type: oracle
user: "{{env_var('DBT_ENV_SECRET_USER')}}"
pass: "{{env_var('DBT_ENV_SECRET_PASS')}}"
protocol: tcp
host: dm09-scan.adeo.no
port: 1521
service: dwh_ha
database: dwh_ha
schema: "{{env_var('DBT_DB_SCHEMA')}}"
threads: 10
config:
send_anonymous_usage_stats: False

0 comments on commit 44847c2

Please sign in to comment.