Skip to main content

Incidents

The Incidents page at /data-quality/incidents is the formal tracker for data-quality problems that need follow-up: a failed SLA, a confirmed anomaly, a contract violation. It plays the same role in DQ that PagerDuty plays for ops.

Lifecycle

open → acknowledged → investigating → resolved
↘ wont_fix

Incidents auto-open from:

You can also open one manually via New Incident.

What's tracked

FieldNotes
TitleFree-text
Severitylow, medium, high, critical
StatusLifecycle state above
Affected tablesMulti-FQN
OwnerEmail
SourceThe detector that fired (anomaly / sla / contract / manual)
DescriptionMarkdown-supported
Linked anomalies / runsClick-through to the source detection

Filters

The header has filter pills:

  • Status (open / ack / investigating / resolved / wont_fix)
  • Severity
  • Owner
  • Date range

Timeline

Each incident has an activity timeline:

  • Status changes
  • Comments
  • Links to remediation runs
  • Auto-close events (e.g. anomaly resolved → incident auto-resolved)

API

GET  /data-quality/incidents?status=open
POST /data-quality/incidents
PATCH /data-quality/incidents/{id} # update status / owner / fields
POST /data-quality/incidents/{id}/comments