{% extends "base.html" %} {% set section = "runs" %} {% block title %}Runs โ Pipekit{% endblock %} {% block content %}
| id | module | started | finished | status | rows | error |
|---|---|---|---|---|---|---|
| #{{ r.id }} | {{ r.module_name }} | {{ r.started_at }} | {{ r.finished_at or 'โ' }} | {{ r.status }} | {{ r.row_count if r.row_count is not none else "โ" }} |