{% extends "base.html" %} {% block title %}TapDB Graph Explorer{% endblock %} {% block head %} {% endblock %} {% block content %} {% if euid %}
Canonical DAG v2: persisted lineage only. Leave Start EUID blank to inspect the bounded graph visible to your database role.
{% if graph_meta.get("truncated") %}Initial bounded result: {{ graph_meta.get("truncation_reason") }}
{% endif %}No selection — click a node or edge to see details
| EUID | Name | Type |
|---|---|---|
| {{ node.data.euid }} | {{ node.data.display_label }} | {{ node.data.category }}/{{ node.data.type }} |
| EUID | Parent | Child | Type |
|---|---|---|---|
| {{ edge.data.euid }} | {{ edge.data.source }} | {{ edge.data.target }} | {{ edge.data.relationship_type }} |
{{ graph | tojson(indent=2) }}