home / outages

outage_snapshots

6 rows where outage = 19151471

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ outage snapshot cluster currentEtor estCustAffected latitude longitude comments cause crewCurrentStatus source
1575831637:19151471 19151471 19151471 2019-12-08 14:00:37-05:00 75 0   4 36.76053 -83.60423 We are aware of outages in this area and will provide an estimated time of restoration as soon as possible. 4 Working to determine cause 2   https://kubra.io/data/7dd27217-a86f-4530-9297-8482cfd204a2/public/cluster-3/032001.json
1575832534:19151471 19151471 19151471 2019-12-08 14:15:34-05:00 76 0   4 36.76053 -83.60423 This estimated time of restoration is based on historical averages of the time required to make similar repairs in this area. We will update the estimate as more information becomes available. Please check back for updates. 2 Working to determine cause 2   https://kubra.io/data/fc3925fd-4d9f-4a80-8b15-8d8ce717a4e1/public/cluster-3/032001.json
1575833431:19151471 19151471 19151471 2019-12-08 14:30:31-05:00 77 0   4 36.76053 -83.60423 This estimated time of restoration is based on historical averages of the time required to make similar repairs in this area. We will update the estimate as more information becomes available. Please check back for updates. 2 Working to determine cause 2   https://kubra.io/data/9b8bb79f-c616-48b2-ab03-107fbf85f02b/public/cluster-3/032001.json
1575834324:19151471 19151471 19151471 2019-12-08 14:45:24-05:00 78 0   4 36.76053 -83.60423 This estimated time of restoration is based on historical averages of the time required to make similar repairs in this area. We will update the estimate as more information becomes available. Please check back for updates. 2 Working to determine cause 2   https://kubra.io/data/efcedffa-2057-4e7b-a25c-fafff660a448/public/cluster-3/032001.json
1575835232:19151471 19151471 19151471 2019-12-08 15:00:32-05:00 79 0   4 36.76053 -83.60423 This estimated time of restoration is based on historical averages of the time required to make similar repairs in this area. We will update the estimate as more information becomes available. Please check back for updates. 2 Working to determine cause 2   https://kubra.io/data/89afde21-4c11-440c-9056-81b25f0d540c/public/cluster-3/032001.json
1575836129:19151471 19151471 19151471 2019-12-08 15:15:29-05:00 80 0   4 36.76053 -83.60423 This estimated time of restoration is based on historical averages of the time required to make similar repairs in this area. We will update the estimate as more information becomes available. Please check back for updates. 2 Working to determine cause 2   https://kubra.io/data/a9f768c0-63b4-4961-8fb4-cd5790890569/public/cluster-3/032001.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 1310.143ms