home / outages

outage_snapshots

1 row where snapshot = 39

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ outage snapshot cluster currentEtor estCustAffected latitude longitude comments cause crewCurrentStatus source
1575799235:19151280 19151280 19151280 2019-12-08 05:00:35-05:00 39 0   4 38.08853 -84.49137 The previous estimated time of restoration has expired and we are re-evaluating the situation. A revised estimate will be provided as soon as possible. 1 Scheduled maintenance 1   https://kubra.io/data/307fe2e5-25a0-4e58-8e57-d58ab93d4143/public/cluster-3/032000.json

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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
);
Powered by Datasette · Queries took 1329.7ms