v1.4.0
- @Elliot2718 made their first contribution in #204
- @i-j made their first contribution in #345
Features
- Support for dbt-core 1.4
- Incremental predicates
- Add support for Python 3.11
- Replace deprecated exception functions
- Consolidate timestamp macros
Bugfixes
- Add
nolockquery hint to several metadata queries to avoid deadlocks by @Elliot2718 in #204 - Rework column metadata retrieval to avoid duplicate results and deadlocks by @sdebruyn in #368
- Model removal will now cascade and also drop related views so that views are no longer in a broken state by @sdebruyn in #366
- Fixed handling of on_schema_change for incremental models by @sdebruyn in #376
Under the hood
- Fixed lots of testing concurrency issues
- Added all available tests as of dbt 1.4.6
Full Changelog: v1.3.2...v1.4.0
PR changelog