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 }} |
Tables whose last profile is older than the freshness threshold; check for silent ETL failures.
| Table | Last profiled | Age |
|---|---|---|
| {{ t.name }} | {{ t.last_profiled }} | {{ '%.1f' % t.age_hours }}h |
| Detected at | Severity | Table | Type | Message |
|---|---|---|---|---|
| {{ h.detected_at[:19] | replace('T', ' ') }} | {{ h.severity }} | {{ h.table }} | {{ h.type }} | {{ h.message }} |