outage_snapshots
3 rows where outage = 657016
This data as json, CSV (advanced)
Suggested facets: lastUpdateTime, cause, crewCurrentStatus
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [outage_snapshots] ( [id] TEXT PRIMARY KEY, [outage] INTEGER REFERENCES [outages]([id]), [snapshot] INTEGER REFERENCES [snapshots]([id]), [lastUpdateTime] INTEGER, [currentEtor] INTEGER, [autoEtor] INTEGER, [estCustAffected] INTEGER, [hazardFlag] INTEGER, [latitude] TEXT, [longitude] TEXT, [regionName] INTEGER REFERENCES [regionName]([id]), [cause] INTEGER REFERENCES [cause]([id]), [crewCurrentStatus] INTEGER REFERENCES [crewCurrentStatus]([id]) ); CREATE INDEX [idx_outage_snapshots_outage] ON [outage_snapshots] ([outage]);