scherlok watch: {{ meta.last_watch_human }}| Table | Status | Rows | Trend ({{ kpis.history_days }}d) | Cols | Last profiled |
|---|---|---|---|---|---|
| {{ t.name }} | {{ t.status | capitalize }} | {{ "{:,}".format(t.rows) }} | {{ t.cols }} | {{ t.last_profiled }} |
| Detected at | Severity | Table | Type | Message |
|---|---|---|---|---|
| {{ h.detected_at[:19] | replace('T', ' ') }} | {{ h.severity }} | {{ h.table }} | {{ h.type }} | {{ h.message }} |