2.0.12
What's Changed
-
Added Implementation of DQDL Rules and Execution
- add implementation of DQDL rule execution by @happy-coral in https://github.com/awslabs/deequ/pull/620
- Add implementation of outcome mapping in DeequOutcomeTranslator by @happy-coral in https://github.com/awslabs/deequ/pull/621
- Add implementation for DQDL rules: CompletenessRule, IsCompleteRule, UniquenessRule, IsUniqueRule, ColumnCorrelationRule by @happy-coral in https://github.com/awslabs/deequ/pull/622
- Add implementation for DQDL rules: DistinctValuesCount, Entropy, Mean, StandardDeviation, Sum, UniqueValueRatio by @happy-coral in https://github.com/awslabs/deequ/pull/624
- Update README to describe DQDL support and add Java & Scala DQDL examples by @happy-coral in https://github.com/awslabs/deequ/pull/634
- Add support for DQDL IsPrimaryKey rule by @happy-coral in https://github.com/awslabs/deequ/pull/635
- Add support for DQDL ColumnLength rule by @eycho-am in https://github.com/awslabs/deequ/pull/636
-
Modify Histogram to be in descending frequency by @kyraman in https://github.com/awslabs/deequ/pull/630
-
Introduce HistogramBase for common histogram behavior by @kyraman in https://github.com/awslabs/deequ/pull/631