{% extends "base.html" %} {% set section = "modules" %} {% block title %}Modules — Pipekit{% endblock %} {% block content %}
| name | strategy | dest | last run | status | rows | |
|---|---|---|---|---|---|---|
| {{ m.name }} | {{ m.merge_strategy }} | {{ m.dest_table }} | {{ m.last_run_at or "—" }} | {% if m.running %} running {% elif not m.enabled %} disabled {% elif m.last_status %} {{ m.last_status }} {% else %} never ran {% endif %} | {{ m.last_row_count if m.last_row_count is not none else "—" }} |