From 44847c2fb49096d746047eaab67b0c2d19a133e8 Mon Sep 17 00:00:00 2001 From: Espen Holtebu Date: Thu, 25 Jan 2024 13:50:12 +0100 Subject: [PATCH] =?UTF-8?q?Legger=20til=20eksempel=20p=C3=A5=20profiles.ym?= =?UTF-8?q?l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- profiles.yml | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 profiles.yml diff --git a/profiles.yml b/profiles.yml new file mode 100644 index 0000000..efe16ba --- /dev/null +++ b/profiles.yml @@ -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