{% extends "base.html" %} {% block title %}Sraosha — Lineage{% endblock %} {% block head %} {% endblock %} {% block breadcrumbs %}
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 %}Lineage around {{ lineage_focus }}{% else %}All contracts{% endif %}