{% extends "base.html" %} {% block title %}Sraosha — Lineage{% endblock %} {% block head %} {% endblock %} {% block breadcrumbs %}

Lineage

Contract dependencies, column mappings, and impact analysis

{% endblock %} {% block content %}

Contracts

{{ stats.total_contracts }}

Dependencies

{{ stats.total_dependencies }}

Avg. conn.

{{ stats.avg_connections }}

Isolated

{{ stats.isolated }}

Explicit

{{ stats.explicit_links }}

Inferred

{{ stats.inferred_links }}

{% if lineage_focus %} Clear focus {% endif %}

{% if lineage_focus %}Lineage around {{ lineage_focus }}{% else %}All contracts{% endif %}

Passed Failed Error No runs Solid edge = explicit · Dashed = inferred
{% endblock %}