Skip to content

v1.7.1

Compare
Choose a tag to compare
@release-please release-please released this 14 Apr 19:23
cd88b25

1.7.1 (2022-04-14)

⚠ BREAKING CHANGES

  • Changed result schema 'status' column to 'validation_status' (#420)

Features

Bug Fixes

  • bug introduced with new pr (#429) (a6cf3f0)
  • Hash all bug, noxfile updates (#413) (fc73e21)
  • Hive boolean nan to None, Unsupported ibis data types in structs and arrays (#444) (e94a1da)
  • ibis default sql option limits query results at 10k rows (#418) (7539efe)
  • Impala strings/objects now return None instead of NaN (#406) (9d3c5ec)
  • issue 265 add cloud spanner functionality (#394) (783cdf8)
  • support labels for schema validation (#260) (#381) (f787701)
  • Treat both source and target values being NULL as a success (#437) (c4da5ca)

Miscellaneous Chores