outage_snapshots
109 rows where snapshot = 30853
This data as json, CSV (advanced)
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]), [cluster] INTEGER, [currentEtor] INTEGER, [estCustAffected] INTEGER, [latitude] TEXT, [longitude] TEXT, [comments] INTEGER REFERENCES [comments]([id]), [cause] INTEGER REFERENCES [cause]([id]), [crewCurrentStatus] INTEGER REFERENCES [crewCurrentStatus]([id]), [source] TEXT );