{# Spec 149 — Top Failed Jobs by Slot Wasted. Same `ui-pane` / `ui-table` shell as _cost_drivers.html so the dashboard reads as one continuous surface. Renders only when failed_drivers is non-empty so clean warehouses don't see the section at all. #} {% if failed_drivers and failed_drivers | length > 0 %}
| Dataset | Object | Reason | Executions | Slot Wasted | Last Failed |
|---|---|---|---|---|---|
| {{ row.destination_dataset or '—' }} | {{ row.destination_short }} | {% if row.last_error_reason %} {{ row.last_error_reason }} {% else %} — {% endif %} | {{ "{:,}".format(row.execution_count) }} | {{ row.total_slot_human }} | {{ row.last_failed_at.strftime("%d/%m/%Y") if row.last_failed_at else "—" }} |