Releases: canimus/cuallee
Releases · canimus/cuallee
v0.9.2
- Removal of deprecated
sum(axis=1)
in polars in favor forsum_horizontal()
- Thanks @StuffbyYuki
v0.9.1
v.0.9.0
v0.8.8
v0.8.7: Feature pyspark hotfix (#171)
- Hot fix for
pyspark
on reconciliation of results. It was returning only last rule
v0.8.6
v0.8.0
- 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 completeurl
to publish the test result only, including PASS/FAIL and rows. No data transmitted anywhere, simply the output of thecheck.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
- New check
not_in
thanks @maltzsama - fixed test cases on new check