Skip to content

v1.7.3

Compare
Choose a tag to compare
@aosingh aosingh released this 20 Mar 15:49
· 22 commits to main since this release
b616c26

This release version has the following upgrades and bug fixes

  • Added support for Python 3.12
  • Implemented delete+insert incremental strategy - feature request #128
  • Support for new partition_config in table and incremental materialization. This will add the partitioning clause in the CTAS DDL statement generated by dbt-oracle.
partition_config={"clause": "PARTITION BY HASH(PROD_NAME) PARTITIONS 4"}
  • oracledb driver upgraded to 2.1.0
  • minor readme updates