v1.7.3
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