run_checks
Run data-quality checks that compile violation counts, returning a readiness score and overall status (passing, degraded, or failing) with per-check details.
Instructions
Run the declared data-quality checks and return a readiness summary.
Each check compiles to a read-only violation count; zero violations passes. Returns a readiness score (percent of checks passing), an overall status, and a per-check breakdown. An 'error'-severity failure makes the status 'failing'; a 'warn'-severity failure makes it 'degraded'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||