Skip to content

v1.6.4

Compare
Choose a tag to compare
@aosingh aosingh released this 17 May 21:19
3919cec

This release has the following updates:

  • Upgrade oracledb driver to v2.2.0

  • Fix Oracle error: ORA-14452: attempt to create, alter or drop an index on temporary table already in use while using constraints with Incremental materialization. Issue discussed and fix verified in this slack thread : https://getdbt.slack.com/archives/C01PWH4TXLY/p1712669363630279

Implements Deletes+Insert incremental strategy #128

Support for new partition_config in table and incremental materialization

partition_config={"clause": "PARTITION BY HASH(PROD_NAME) PARTITIONS 4"}