Releases: ottogroup/koality
Releases · ottogroup/koality
v0.13.0
v0.12.0
v0.11.2
v0.11.1
v0.11.0
v0.10.0
What's Changed
- Allow setting
monitor_onlyon check bundles and on individual checks by @gutzbenj in #55 - Map provider/table-not-found errors to a unified
table_existsmetric by @gutzbenj in #56 - Support identifier-type filters without explicit column/value for naming by @gutzbenj in #57
- Treat identifier filters with missing/null value as a configurable placeholder for logging and naming by @gutzbenj in 5c12932
- Add identifier_placeholder option to configure the placeholder value used when identifier filters lack a value by @gutzbenj in eeb0ad1
- Quote table identifiers in bulk SELECTs when loading data into DuckDB memory by @gutzbenj in 08b4541
- Ensure MatchRateCheck only requires the check column from the left table by @gutzbenj in 0523e8e
Full Changelog: v0.9.0...v0.10.0
v0.9.0
What's Changed
- Fix data_exists query in MatchRate check and improve error handling f… by @gutzbenj in #51
- Refactor executor to bulk load data into DuckDB memory and run checks from there by @gutzbenj in #52
- Refactor IqrOutlierCheck to consistently exclude date filters from WHERE clauses and data requirements by @gutzbenj in #53
Full Changelog: v0.8.0...v0.9.0
v0.8.0
v0.7.0
v0.6.0
What's Changed
- Add format_threshold utility to handle SQL threshold values and update executor to use it by @gutzbenj in 9aa6b7f
- Refactor threshold handling to use math.inf for infinite values and add tests for YAML parsing of infinite thresholds by @gutzbenj in 436bce9
Full Changelog: v0.5.0...v0.6.0