Skip to content

v1.4.0

Compare
Choose a tag to compare
@aosingh aosingh released this 22 Feb 00:29
· 156 commits to main since this release
ea9dd1b

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