v1.4.0
This release includes the following features and fixes
- Added support for faster Python 3.11
- Added support for Incremental predicates which can be specified in incremental model configuration
# this limits the scan of the existing table to the last 7 days of data incremental_predicates: ["DBT_INTERNAL_DEST.session_start > datediff(day, -7, current_date)"]
- Upgrade dbt-core dependency requirement to 1.4.1
- Replace deprecated exception functions defined in dbt-core v1.4.1
- Added more test cases to the dbt-oracle test suite