data_health_radar
Evaluate dataset health across six axes—nulls, type confidence, cardinality, primary key presence, semantic coverage, schema stability—returning 0-100 scores, composite, and A-F grade. Optional runtime coverage axis from traces.
Instructions
Six-axis health radar for a dataset: null_health, type_confidence, cardinality_health, pk_presence, semantic_coverage, schema_stability (omitted when <2 history snapshots). Optional 7th axis runtime_coverage when traces ingested. Returns 0-100 score per axis + composite + A-F grade. Pairs with diff_data_health_radar for snapshot deltas. Mirrors jcm's six-axis health radar.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset | Yes | ||
| window_days | No | Lookback for the runtime axis. Default 30. | |
| include_runtime | No | Fuse runtime_coverage axis when traces exist. |