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

Overview

Contract governance at a glance

{% endblock %} {% block content %}
{% for stat in stats %}
{% if stat.id == 'pass_rate' and total_contracts > 0 %} {% elif stat.id == 'pass_rate' %} {% elif stat.id == 'total' %} {% elif stat.id == 'dq_health' %} {% elif stat.id == 'failed_runs' %} {% elif stat.id == 'schedules' %} {% endif %}

{{ stat.label }}

{{ stat.value }}

{{ stat.hint }}

{% endfor %}
New contract

Create from scratch or paste YAML.

Lineage

See downstream effects of schema changes.

Compliance

Team scores and leaderboard.

{# ── Contract health + Data Quality side by side ── #}

Contract health

{% if total_contracts > 0 %} View all {% endif %}
{# ── Recent activity ── #}

Recent activity

{% endblock %}