wk2
This commit is contained in:
@@ -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') }}"
|
||||
|
||||
Reference in New Issue
Block a user