/armor:quality skill helps you create and manage data quality checks including metrics and validity rules.
Usage
- “Add a null check for the email column”
- “Create a row count metric for orders”
- “What quality checks exist for this table?”
Quality Check Types
Metrics
Track quantitative measurements over time:- row_count: Number of rows
- null_rate: Percentage of null values
- distinct_count: Unique value count
- freshness: Time since last update
Validity Rules
Validate data integrity:- NOT_NULL: Column must not contain nulls
- UNIQUE: Values must be unique
- ACCEPTED_VALUES: Values must be in allowed list
- REGEX: Values must match pattern
Example Usage
Add Null Check
Create Row Count Metric
Check Quality Status
Related Skills
Profile
Table statistics
Coverage
Find gaps in monitoring
