{% extends "base.html" %} {% block title %}Sraosha — Data Quality{% endblock %} {% block breadcrumbs %}
SodaCL-powered checks across your data sources
{% endblock %} {% block content %}Total checks
{{ summary.total_checks }}
{% if summary.overall_pass_rate is defined and summary.overall_pass_rate is not none %}{{ "%.1f"|format(summary.overall_pass_rate) }}% pass rate
{% endif %}Healthy
{{ summary.healthy }}
Warning
{{ summary.warning }}
Failed
{{ summary.failed }}
{{ check.description }}
{% endif %}Tables: {{ check.tables | join(', ') }}
{% endif %}Next: {{ check.next_run_at }}
{% endif %}