This commit is contained in:
Grzegorz Michalski
2026-03-02 12:24:50 +01:00
parent 2b44f50629
commit 155587139b
2 changed files with 144 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
# to populate env with variables and then restart VSCode to load new variables
mrds:
target: dev
target: dev2
outputs:
poc:
type: "{{ env_var('DBT_PROFILE_TARGET_TYPE_POC') }}"
@@ -16,6 +16,16 @@ mrds:
protocol: tcps
schema: public
threads: 4
dev2:
type: oracle
user: MRDS_LOADER
password: "Cloudpass#34"
schema: public
database: G45C5E88148E17E_GGMICHALSKI
threads: 4
# Use TNS name with Oracle Wallet
tns_name: "ggmichalski_high"
wallet_location: "C:\\_git\\OracleAI\\oracledb1\\Wallet_ggmichalski"
dev:
type: "{{ env_var('DBT_PROFILE_TARGET_TYPE_DEV') }}"
host: "{{ env_var('DBT_PROFILE_TARGET_HOST_DEV') }}"