Expectation Incidents

An ExpectationIncident groups ongoing failure behavior for an Expectation over time.

Data Source Schema

Required

PropertyDescription
id
Int64
Expectation Incident ID

Read Only

PropertyDescription
workspace_id
Int64
Workspace ID. 0 means the default workspace.
expectation_id
Int64
Expectation ID.
status
String
Incident status.
Possible values: open, acknowledged, snoozed, resolved
opened_at
String
When the incident was opened.
last_failed_at
String
When the most recent failing evaluation contributing to the incident occurred.
acknowledged_at
String
When the incident was acknowledged.
snoozed_until
String
When the current snooze expires.
resolved_at
String
When the incident was resolved.
opened_by_evaluation_id
Int64
Evaluation that first opened the incident.
last_evaluation_id
Int64
Most recent evaluation linked to the incident.
resolved_by_evaluation_id
Int64
Evaluation that resolved the incident.
summary
Dynamic
Compact incident summary payload.
created_at
String
Creation time.
updated_at
String
Last update time.

Example Data Source

data "files_expectation_incident" "example_expectation_incident" {
  id = 1
}