{% extends "layout.html" %} {% block title %}DAG{% endblock %} {# DAG Visualization Template This template displays a directed acyclic graph (DAG) with interactive visualization using Cytoscape.js. It includes multiple tabs for different views: - Graph: Interactive network visualization of nodes and edges - Result: Display of DAG execution results - Logs: Stdout/stderr output from DAG execution - argv: Command-line arguments passed to the DAG The template expects the following context variables: - dag_data: Dictionary containing nodes, edges, and metadata - result: DAG execution result (optional) - log_streams: Dictionary with stdout/stderr log information (optional) - argv: List of argument node data (optional) #} {% block extra_header %} {% endblock %} {% block content %}
{{ dag_id }}
DAG Statistics
Loading...
Loading...
Loading graph...

Loading DAG visualization...

Shape

Internal
Result
ID Name Parent Nodetype Datatype Docstring
argv

Individual argv nodes in this DAG

Loading...

Loading arguments...

Executed Code
Loading...

Loading code...

Log Streams
CloudWatch
Loading...

Loading log streams...

Loading...

Loading error information...

Result
Loading...

Loading result...

Loading...

Loading HTML content...

Dashboard

Select a plugin from the dropdown above to display its content

{% endblock %}