File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ PROJ_DIR?=$(shell pwd)
44VENV_DIR? =${PROJ_DIR}/.bldenv
55BUILD_DIR =${PROJ_DIR}/build
66DIST_DIR =${PROJ_DIR}/dist
7- PYTHON_3 =python3.9
7+ PYTHON_3 =python3.12
88
99
1010clean_venv :
Original file line number Diff line number Diff line change 1+ export DBT_ORACLE_USER = dbt_test
2+ export DBT_ORACLE_HOST = localhost
3+ export DBT_ORACLE_PROTOCOL = tcps
4+ export DBT_ORACLE_PORT = 1522
5+ export DBT_ORACLE_SERVICE = myadw_medium.adb.oraclecloud.com
6+ export DBT_ORACLE_PASSWORD = Auto_MY_DBT_1234
7+ export DBT_ORACLE_DATABASE = MYADW
8+ export DBT_ORACLE_SCHEMA = dbt_test
9+ export DBT_ORACLE_CUSTOM_SCHEMA = dbt_test
10+ export DBT_MACRO_DEBUGGING = 1
11+ export WALLET_LOCATION = /scratch/tls_wallet
12+ export WALLET_PASSWORD = Auto_MY_ADB_Wallet
13+ export TNS_ADMIN = /scratch/tls_wallet
14+ export SSL_SERVER_CERT_DN = " CN=3746b756d92b"
Original file line number Diff line number Diff line change 6161
6262url = 'https://github.com/oracle/dbt-oracle'
6363
64- VERSION = '1.8.3 '
64+ VERSION = '1.8.4b1 '
6565setup (
6666 author = "Oracle" ,
6767 python_requires = '>=3.8' ,
You can’t perform that action at this time.
0 commit comments