{% set badge = {'running': 'running', 'success': 'success', 'failed': 'failed', 'cancelled': 'cancelled', 'skipped': 'no_op'}.get(r.status, 'no_op') %} #{{ r.id }} {{ r.source }} {{ r.status }} {% if r.identity_alias %}{{ r.identity_alias }}{% endif %} {% if r.cancel_requested %}取消请求中 cancel…{% endif %} {% if r.status == 'running' and not r.cancel_requested %} {% endif %} {{ r.started_at or '—' }} {{ r.finished_at or '—' }} {{ r.rows_written if r.rows_written is not none else '—' }} {% if r.pending_run_id %}pending #{{ r.pending_run_id }}{% if r.pending_requested_by %} by {{ r.pending_requested_by }}{% endif %}{% else %}—{% endif %} {{ (r.error_head or '')[:60] }}