What's Changed
* Added development documentation and tooling by niteshy in 102, 103, 104, 107
* Added functional testing framework and stabilize tests by niteshy in 102, 106, 109, 110, 112, 115, 124
* Bugfix: Handling the edge case scenarios for `datadiff` macro by niteshy in 108
* Added support for [Iceberg v1 & v2](https://iceberg.apache.org/spec/) table types by niteshy, hpasumarthi, vamshikolanu in #96, 113, 122
* Support compatibility with dbt-core 1.4.x vamshikolanu in 114
* Support for running dbt-hive in Windows platform (including other Unix platforms) by niteshy in 119
* Qualify the Kerberos authentication works for dbt-hive niteshy in 119
* Bugfix: Incremental overwrite strategy for partitioned tables by niteshy in 120
* Support [On-Schema-Change ](https://docs.getdbt.com/docs/build/incremental-models#what-if-the-columns-of-my-incremental-model-change) for incremental models by vamshikolanu in 118
* Support Incremental Insert_overwrite strategy for incremental models vamshikolanu, niteshy in 120, 125
* Support Incremental Merge strategy for incremental models vamshikolanu in 123
**Full Changelog**: https://github.com/cloudera/dbt-hive/compare/v1.3.1...v1.4.0