github datafold/data-diff v0.11.0

latest release: v0.11.1
3 months ago

What's Changed

  • Fix github action that doesn't work with forked branches by @sungchun12 in #815
  • Ignore columns at runtime on request (e.g. with too many diffs in them) by @nolar in #822
  • [to#811]Fix special characters in PG url and Mysql connection reconnect by @idling11 in #812
  • yield list vs. indiv tuples by @dlawin in #805
  • Retrieve collations from the schema (and refactor the column info structures) by @nolar in #814
  • Make InfoTree classes overrideable by @nolar in #824
  • Cast to unlimited varchars in MS SQL (especially UUDS) by @nolar in #825
  • Do not detect MD5s as UUIDs, and preserve UUID casing for UUID PKs by @nolar in #813
  • Fix precision fetching for DataBricks by @nolar in #826
  • Tolerate column type mismatches in non-strict mode by @nolar in #829
  • Update ruff formatter to work differently between forks and native branches by @sungchun12 in #821
  • keep precision, scale info for databricks decimal by @dlawin in #830
  • Fix redshift schema ingest by @teraamp in #835
  • fix typo -> ignored_columns2=self.ignored_columns2 by @dlawin in #832
  • Fix databricks schema handling by @teraamp in #836
  • Fix precision recognition by @vvkh in #823
  • Group rows by all columns of composite PKs by @nolar in #838
  • Update README to be ergonomic and excite new users by @sungchun12 in #816
  • Type annotate some things ("no-brainers") by @nolar in #827
  • remove local computer piece by @sungchun12 in #843
  • Ability to install all database adapters. by @sar009 in #842
  • Microsoft SQL Server Support Docs by @sungchun12 in #845
  • Send event json errors by @dlawin in #847
  • LAB-271 Redshift Spectrum type mapping by @teraamp in #848
  • Detect duplicate rows on each side by @nolar in #850
  • Improve error reporting for PK type mismatch by @vvkh in #851
  • Fix mssql, databricks date types by @dlawin in #853
  • Fix date and time formatting by @teraamp in #854
  • closing connection once data diff is executed by @sar009 in #785
  • Minor readme edits by @elliotgunn in #855
  • Fix motherduck bug (#858) by @sungchun12 in #861
  • Evolve dbt data diff output by @sungchun12 in #857

New Contributors

Full Changelog: v0.10.1...v0.11.0

Don't miss a new data-diff release

NewReleases is sending notifications on new releases.