{% extends "base.html" %} {% block content %} Lineage Feature-table-only graph, clustered by entity. Click a box to open its page; type a name to focus its 1-hop neighborhood. {% if not catalog.feature_groups %} Nothing to graph yet Mark dbt models as feature tables to see them appear here. {% else %} Clear focus entity cluster click any node → {# Source kept in a so we can re-render with new theme variables when the user toggles dark/light mode without re-fetching the page. #} {{ mermaid_source }} Lineage graph requires JavaScript. Source: {{ mermaid_source }} {% endif %} {% endblock %} {% block scripts %} {# Mermaid is bundled locally (see THIRD_PARTY_LICENSES.md). The catalog works offline, behind strict CSPs, and in air-gapped environments. #} {% endblock %}
Feature-table-only graph, clustered by entity. Click a box to open its page; type a name to focus its 1-hop neighborhood.
Mark dbt models as feature tables to see them appear here.
{{ mermaid_source }}
Lineage graph requires JavaScript. Source: