v1.1.1
This release includes following features and fixes
-
Addresses feature request #17 - dbt-oracle now supports python-oracledb which is the renamed, major release of Oracle's popular cx_Oracle interface.
- It is strongly recommended to use this driver as it vastly simplifies
dbt-oracle
installation and makes it optional to install to Oracle Client Libraries. Python process directly communicates with the Oracle database. - To enable this new driver usage set the environment variable
ORA_PYTHON_DRIVER_TYPE=thin
- It is strongly recommended to use this driver as it vastly simplifies
-
Fixes #29 to include size, scale and precision in
{{ column.data_type }}
-
Addresses feature request #31 - To support config
merge_update_columns
in incremental materialization