Count Min¶
Check: row-count-min-check
Purpose: Validates that the dataset contains at least a defined minimum number of rows. Use this to prevent downstream processing on incomplete or unexpectedly small datasets.
Typical Use Cases¶
- Detect partial loads or failed data transfers that result in fewer records than expected.
- Enforce minimum data volume requirements for reliable analytics, reporting, or model training.
- Prevent downstream processes from running on datasets that are too small to be meaningful.