Skip to content

Releases: canimus/cuallee

v0.7.4

28 Jan 12:39
Compare
Choose a tag to compare
  • Remove lxml dependency
  • Remove country list dependency handled by i18n-iso-countries library

v0.7.0

29 Dec 15:39
6d7dcb2
Compare
Choose a tag to compare
  • Added Control for grouping checks or with full dataframe scope
  • Control.completeness implemented
  • Added docs for Control

v0.6.0

01 Oct 16:22
Compare
Choose a tag to compare
  • Completed test cases for polars and upgraded to version 0.19.6
  • Added t-minus functions
  • Implement has_workflow on polars correctly and without SQL context
  • Added a new alias for is_unique as is_primary_key
  • Added a new alias for are_unique as is_composite_key
  • Upgraded documentation

v0.5.2

16 Sep 13:22
Compare
Choose a tag to compare
  • Fix quoting on bigquery queries

v0.5.1

09 Sep 20:08
cdfb6e7
Compare
Choose a tag to compare
  • Added the is_t_minus_n core check
  • Added the is_today core check
  • Added the is_yesterday core check

v0.5.0

25 Aug 15:59
Compare
Choose a tag to compare
  • Fixed Big Query connection in CI/CD 🥳. Thanks @vestalisvirginis
  • Reactivate SnowFlake test account for CI/CD
  • Fix Google Auth GitHub action to allow Google Cloud default credentials
  • 838 test cases! 🏆

v0.4.9

21 Aug 10:50
12ca1a4
Compare
Choose a tag to compare
  • Fixes wrong number of violations in are_complete check. Thanks @GeorgelPreput for reporting.

v0.4.8

21 Aug 09:13
Compare
Choose a tag to compare
  • Added flag for case sensitive column name matching. Thanks @runkelcorey
  • Added substring verification for PySpark version. Thanks @dCodeYL

v0.4.7

19 Jul 21:20
93ed555
Compare
Choose a tag to compare
  • Fix polars validations

v0.4.5

10 Jun 17:04
Compare
Choose a tag to compare
  • Polars dataframe validation incorporated
  • Correction of pandas and requests requirements for iso checks