Count Between¶
Check: row-count-between-check
Purpose: Validates that the number of rows falls within a defined minimum and maximum range. Use this to enforce expected data volume and detect both partial loads and unintended data growth.
Typical Use Cases¶
- Detect partial loads (too few rows) or unintended duplications (too many rows).
- Validate dataset size before triggering downstream jobs such as model training or reporting.
- Catch filter changes that unintentionally affect row count.