Main changes
* **New features**:
* Added arbitrary 'where' option (issue 86) by erezsh in https://github.com/datafold/data-diff/pull/165
* [api] Function connect_to_table() now accepts a dict (Issue 156) by erezsh in https://github.com/datafold/data-diff/pull/157
* **New drivers**:
* Support for Databricks by pik94 in https://github.com/datafold/data-diff/pull/55 and erezsh in https://github.com/datafold/data-diff/pull/160
* Support for Trino by danthelion in https://github.com/datafold/data-diff/pull/155 and erezsh in https://github.com/datafold/data-diff/pull/163
* Optimization:
* Run faster on local to cloud diffs - Start running as soon as first min/max query returns (Issue 80) by erezsh in https://github.com/datafold/data-diff/pull/174
* Reliability :
* Now separating the columns with a '|' before concatting them by erezsh in https://github.com/datafold/data-diff/pull/171
* Bugfixes and other fixes:
* Fix for the occasional failure in tests in 3.7 by erezsh in https://github.com/datafold/data-diff/pull/153
* Removed snowflake from list of dependencies (only a dev dep) by erezsh in https://github.com/datafold/data-diff/pull/161
* Update Preql version to 0.2.16 by erezsh in https://github.com/datafold/data-diff/pull/166
* Create CONTRIBUTING.md by erezsh in https://github.com/datafold/data-diff/pull/164
* Initial support for running the tests for multiple databases (replacing TestWithConnection) by erezsh in https://github.com/datafold/data-diff/pull/167
* Tests now cover oracle, Redshift, snowflake and bigquery; Various fixes to said drivers. by erezsh in https://github.com/datafold/data-diff/pull/170
* Small fix for Oracle, for when a database isn't specified. by erezsh in https://github.com/datafold/data-diff/pull/173
* Fix for CLI + tests for CLI (issue 175) by erezsh in https://github.com/datafold/data-diff/pull/177
* Print configuration during debug, but with passwords redacted by erezsh in https://github.com/datafold/data-diff/pull/172
New Contributors
* danthelion made their first contribution in https://github.com/datafold/data-diff/pull/155
**Full Changelog**: https://github.com/datafold/data-diff/compare/v0.2.3...v0.2.4