Skip to content

Commit 8c7cc39

Browse files
author
shweta.korulkar@oracle.com
committed
testing build dbt-oarcle from source
1 parent 47d72d0 commit 8c7cc39

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PROJ_DIR?=$(shell pwd)
44
VENV_DIR?=${PROJ_DIR}/.bldenv
55
BUILD_DIR=${PROJ_DIR}/build
66
DIST_DIR=${PROJ_DIR}/dist
7-
PYTHON_3=python3.9
7+
PYTHON_3=python3.12
88

99

1010
clean_venv:

dbt-test.env

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
url = 'https://github.com/oracle/dbt-oracle'
6363

64-
VERSION = '1.8.3'
64+
VERSION = '1.8.4b1'
6565
setup(
6666
author="Oracle",
6767
python_requires='>=3.8',

0 commit comments

Comments
 (0)