Completeness Ratio¶
Check: completeness-ratio-check
Purpose: Validates that the ratio of non-null values in a column meets or exceeds a defined threshold. Use this for soft completeness validation on fields that are expected to be mostly populated but may tolerate a small proportion of missing values.
Typical Use Cases¶
- Detect columns with an unexpectedly high proportion of missing values.
- Enforce soft completeness thresholds on optional or partially-populated fields.
- Provide early signals for upstream data loss or extraction failures.