Data Quality Service · View 05 of 20 · People and journeys
What the platform owes the author
- A cost before a commitment: the dry-run estimate is posted to the pull request, so an expensive assertion is a conversation rather than an invoice (ADR-08).
- A verdict on history before enforcement: the would-have-failed report is what turns 'I think this rule is right' into a reviewable claim (ADR-10).
- Probation as advise-only, then automatic demotion above a 5% false-positive rate — the platform silences a rule that cries wolf, without waiting for a human to notice (ADR-12).
Where it still hurts
- Phase 4 is the honest weakness: nobody reads advise verdicts, which is why the false-positive rate is a tracked metric with a threshold rather than a dashboard nobody opens.
- A tier policy refusing 'block' is correct and infuriating. The refusal is drawn because it is where authors argue with the platform.
Assumptions
- 30-day probation, ≤ 5% false-positive rate over a trailing 30 days as the demotion threshold. Both stated assumptions; the threshold is the single most consequential number in the design.
- CODEOWNERS-based owner approval is available in the repository hosting the rule DSL.