Data Quality Service · View 14 of 20 · Runtime
Decisions
- Backfill runs in its own lane below live work. Re-judging history must never delay judging the present, and that is a capacity decision as much as a scheduling one (ADR-10).
- 'Discovery or bad rule' is an explicit gate with a human on it. A rule that condemns 18 of the last 30 versions is equally likely to be either, and the platform refuses to guess (ADR-10).
- The corruption window and its blast-radius list are the deliverable. An alert saying 'this table was wrong' without naming who read it is not actionable (ADR-11).
Assumptions
- 30-day automatic lookback on publication for Tier 1 and 2 assertions. Stated assumption; longer lookbacks are available on request and priced.
- One-hop suspect propagation in the MVP, with full transitive propagation deferred pending column-level lineage (ADR-11).
Risks
- Suspect marks accumulate. If nobody clears them, the mark stops meaning anything — which is why clearing is an explicit human act tracked as debt rather than a timeout (ADR-16).
- Lineage completeness bounds this whole view. A downstream dataset the catalogue does not know about does not get marked, and the blast-radius list will read as complete when it is not.