Skip to content

Releases: canimus/cuallee

v0.9.2

23 Mar 09:46
b8c79bb
Compare
Choose a tag to compare
  • Removal of deprecated sum(axis=1) in polars in favor for sum_horizontal()
  • Thanks @StuffbyYuki

v0.9.1

22 Mar 20:52
18a2e9c
Compare
Choose a tag to compare
  • Added support for spark-connect via SPARK_REMOTE environment variable

v.0.9.0

17 Mar 21:53
Compare
Choose a tag to compare
  • Fix an important issue when working with datasets >1 billion rows were violations were present, and status was marked as PASS
  • Inclusion of new Controls
  • Structure for PDF report added

v0.8.8

10 Mar 19:25
Compare
Choose a tag to compare
  • JOSS submission

v0.8.7: Feature pyspark hotfix (#171)

04 Mar 22:16
c824864
Compare
Choose a tag to compare
  • Hot fix for pyspark on reconciliation of results. It was returning only last rule

v0.8.6

04 Mar 20:49
5e11271
Compare
Choose a tag to compare
  • Added percentage_fill for Control class and pyspark dataframes
  • Added percentage_empty for Control class and pyspark dataframes

v0.8.0

10 Feb 20:48
Compare
Choose a tag to compare
  • Addition of cloud module to publish test results in TBD repository
  • Ideas of starting a cloud service to publish results on a regular basis
  • Evaluation of tinybird.co and keen.io as metric collectors
  • msgpack added on [cloud] dependency to pack result payloads

NOTICE

  • CUALLEE_CLOUD_HOST is the complete url to publish the test result only, including PASS/FAIL and rows. No data transmitted anywhere, simply the output of the check.validate
  • CUALLEE_CLOUD_TOKEN environment variable pointing to the publish service. This is in BETA and disabled as there is no service listener implemented

v0.7.8

07 Feb 21:41
Compare
Choose a tag to compare
  • New check not_in thanks @maltzsama
  • fixed test cases on new check

v0.7.7

03 Feb 15:46
532a569
Compare
Choose a tag to compare
  • Added has_cardinality check

v0.7.5

30 Jan 22:43
ce1ecb1
Compare
Choose a tag to compare
  • Disable debugger by default on pyspark dataframe validation
  • Reactivate snowflake account for integration tests