Skip to content

v1.1.1

Compare
Choose a tag to compare
@aosingh aosingh released this 15 Jul 01:28
· 156 commits to main since this release

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
  • 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