{% extends "layout.html" %} {% block title %}DAG{% endblock %} {% block extra_header %} {% endblock %} {% block content %}

Dag

Shape

Internal
Result

ID Name Parent Nodetype Datatype Docstring
{% if script %}

{{ script }}
{% endif %} {% if logs %}

{% for key, value in logs.items() %}

{{ value }}
{% endfor %}
{% endif %} {% if error %}

{{ error }}
{% endif %} {% if result %}

{{ result }}
{% endif %} {% if html_uri %}

{% endif %}
{% endblock %}