Data-diff

Latest version: v0.11.2

Safety actively analyzes 682387 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 10 of 11

0.2.7

What's Changed
* Support for varying alphanums, with special characters by erezsh in https://github.com/datafold/data-diff/pull/235
* Re-wrote threading to use a thread-pool + priority queue. by erezsh in https://github.com/datafold/data-diff/pull/238
* Added support for specifying db-name in CLI instead of URI when using --conf by erezsh in https://github.com/datafold/data-diff/pull/248
* Added validation for UUID columns (Also fixes issue 245) by erezsh in https://github.com/datafold/data-diff/pull/247


**Full Changelog**: https://github.com/datafold/data-diff/compare/v0.2.6...v0.2.7

0.2.6

* Support of Clickhouse by pik94 in https://github.com/datafold/data-diff/pull/217
* add support of Vertica db by pik94 in https://github.com/datafold/data-diff/pull/231
* Fix for pip extras (e.g. pip install data-diff[snowflake]) by erezsh in https://github.com/datafold/data-diff/pull/232
* Fixed support for diffing columns of different names by erezsh in https://github.com/datafold/data-diff/pull/230
* Bugfix in TableSegment: Sampling now respects the 'where' clause (issue 221) by erezsh in https://github.com/datafold/data-diff/pull/224

Other changes
* Better error messages. Move some parsing to before the connects. Tests now only connect if being run. by erezsh in https://github.com/datafold/data-diff/pull/222
* Small bugfixes and refactor by erezsh in https://github.com/datafold/data-diff/pull/223
* Refactors and fixes by erezsh in https://github.com/datafold/data-diff/pull/227

**Full Changelog**: https://github.com/datafold/data-diff/compare/v0.2.5...v0.2.6

0.2.5

New features
* Support for alphanumeric key columns
* Support certificate authentication in snowflake and presto
* Various bugfixes

What's Changed
* Fixed docstring in diff_tables() (Issue 182) by nklsw in https://github.com/datafold/data-diff/pull/183
* Bugfix for Oracle - didn't properly handle .rounds attribute. by erezsh in https://github.com/datafold/data-diff/pull/184
* Added support for auto-detecting mutual columns, and using patterns in -c by erezsh in https://github.com/datafold/data-diff/pull/185
* Added new guide for implementing a database driver by erezsh in https://github.com/datafold/data-diff/pull/189
* Update issue templates by erezsh in https://github.com/datafold/data-diff/pull/192
* Create CODE_OF_CONDUCT.md by erezsh in https://github.com/datafold/data-diff/pull/193
* Update README.md by kning in https://github.com/datafold/data-diff/pull/181
* Bugfix for mutual columns feature (6a4c4438537) by erezsh in https://github.com/datafold/data-diff/pull/198
* [Tests] now using connect() instead of connect_to_uri(); refactor by erezsh in https://github.com/datafold/data-diff/pull/202
* Refactor - nicer regexp parsing; Trino now inherits from Presto by erezsh in https://github.com/datafold/data-diff/pull/205
* Add extra documentation on installing drivers for postgresql by cfernhout in https://github.com/datafold/data-diff/pull/206
* Update README.md by glebmezh in https://github.com/datafold/data-diff/pull/209
* Various fixes (issue 211, 208) by erezsh in https://github.com/datafold/data-diff/pull/212
* Fix for merging PR 187 by erezsh in https://github.com/datafold/data-diff/pull/214
* Cleanup by erezsh in https://github.com/datafold/data-diff/pull/215
* Added optional tracking by erezsh in https://github.com/datafold/data-diff/pull/213
* Cleanup by erezsh in https://github.com/datafold/data-diff/pull/216
* Presto snowflake enhancement by matthiasekundayo-eb in https://github.com/datafold/data-diff/pull/187
* Fix tests for BigQuery by erezsh in https://github.com/datafold/data-diff/pull/218

New Contributors
* nklsw made their first contribution in https://github.com/datafold/data-diff/pull/183
* kning made their first contribution in https://github.com/datafold/data-diff/pull/181
* matthiasekundayo-eb made their first contribution in https://github.com/datafold/data-diff/pull/187

**Full Changelog**: https://github.com/datafold/data-diff/compare/v0.2.4...v0.2.5

0.2.4

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

0.2.3

- Added support for config files - specify the arguments to data-diff using a TOML file
- Added support for native UUIDs in Postgresql

What's Changed

* Fixed tests; bisection_threshold can now be inf by erezsh in https://github.com/datafold/data-diff/pull/134
* tests: parallel + snowflake, presto in CI + benchmark scripts by sirupsen in https://github.com/datafold/data-diff/pull/135
* Update README.md to include authenticator in Snowflake connection string by franloza in https://github.com/datafold/data-diff/pull/142
* Fix tests for PRs from contributors who don't have access to 'secrets'. by erezsh in https://github.com/datafold/data-diff/pull/147
* Corrections for PR 144 - fix UUID things by erezsh in https://github.com/datafold/data-diff/pull/148
* Fix UUID things by pik94 in https://github.com/datafold/data-diff/pull/144
* Added support for native UUIDs in postgresql. by erezsh in https://github.com/datafold/data-diff/pull/149
* Specify data-diff arguments using config files by erezsh in https://github.com/datafold/data-diff/pull/143
* Small Fixes by erezsh in https://github.com/datafold/data-diff/pull/151

New Contributors
* franloza made their first contribution in https://github.com/datafold/data-diff/pull/142

**Full Changelog**: https://github.com/datafold/data-diff/compare/v0.2.2...v0.2.3

0.2.2

What's Changed

Main -

* Oracle: Added support for schemas (Issue 115) by erezsh in https://github.com/datafold/data-diff/pull/117
* [MySQL] Added varbinary by erezsh in https://github.com/datafold/data-diff/pull/132
* Support for UUID key column by erezsh in https://github.com/datafold/data-diff/pull/119
* Fix UUIDs + small fix for presto by erezsh in https://github.com/datafold/data-diff/pull/133

Also -
* Split Integer from Decimal to reduce casts in SQL. Added FractionalType. by erezsh in https://github.com/datafold/data-diff/pull/111
* tests: add bigint/int by sirupsen in https://github.com/datafold/data-diff/pull/126
* benchmark: add suite by sirupsen in https://github.com/datafold/data-diff/pull/125

**Full Changelog**: https://github.com/datafold/data-diff/compare/v0.2.1...v0.2.2

Page 10 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.