{% extends "base.html" %} {% block body_content %}
Execution engine for Aye-Aye ETL models
| {{key}} | {{value}} |
|---|
| Task Id | Status | Started | Model class | Method |
|---|---|---|---|---|
| {{t.task_id}} | {{t.status}} | {{t.started}} | {{t.model_class}} | {{t.method}} |
There aren't currently any running tasks.
{%endif%}| Task Id | Status | Started | Finished | Model class | Method |
|---|---|---|---|---|---|
| {{t.task_id}} | {{t.status}} | {{t.started}} | {{t.finished}} | {{t.model_class}} | {{t.method}} |
This Fossa node hasn't run any tasks since it started.
{%endif%} {% endblock %}