Skip to content

Releases: canimus/cuallee

v0.12.2

07 Jul 18:47
2a0502a
Compare
Choose a tag to compare
  • Inclusion of bio checks
  • Added kwargs to add_rule on Check
  • Idea for LogicCheck to create test results combination and result dependency via propositional logic

v0.12.1

06 Jul 15:10
21602d8
Compare
Choose a tag to compare
  • Fixed dagster check utilities
  • Upgrade polars to v1.0.0 breaking changes due to count_match deprecation to count_matches
  • Mapping between Dagster AssetCheckSeverity and Cuallee CheckLevel for Warning and Error

v0.11.1

29 Jun 16:12
d9ff574
Compare
Choose a tag to compare
  • Added is_custom check for row-level validations on pyspark based on a custom function defined by the user

v0.11.0

21 Jun 14:41
d10b5f2
Compare
Choose a tag to compare
  • Release promoted for zenodo

v0.10.5

21 Jun 14:07
d73cff4
Compare
Choose a tag to compare
  • Preparation for Zenodo
  • Fix BQ unit test cases

v0.10.4

18 Jun 20:22
58b71dd
Compare
Choose a tag to compare
  • Added is is_empty rule. Thanks @minzastro
  • Bump versions from duckdb and dagster

v0.10.3

19 May 00:06
e22ea67
Compare
Choose a tag to compare
  • Added approximate flag into the is_complete implementation for pyspark to run comparisson with pydeequ
  • Resolved JOSS issues for documentation and references against other data quality frameworks
  • Updated the test/performance folder with recent versions of all frameworks and accurate docker containers for each test

v0.10.2

11 May 13:51
4b54a0a
Compare
Choose a tag to compare
  • Added documentation to main classes Check and Rule
  • Changed to base=2 the implementation of has_entropy for pyspark as it does reflect with the common uses

v0.10.1

30 Apr 22:09
f494dac
Compare
Choose a tag to compare
  • Upgrade to duckdb==0.10.2
  • Community guidelines in README. Thanks @devarops
  • Fix pipeline with new SF account

v0.10.0

27 Mar 22:20
Compare
Choose a tag to compare
  • Addition of daft data frame support. Attribution to @dsaad68 👏
  • @dsaad68 largest contribution to the project ever! 🏆
  • Thanks for covering all: test, docs and code 💯