{% extends "base.html" %} {% block body %}

{{ schema }} {{ conn }}

{{ tables|length }} tables · {{ n_edges }} intra-schema relationships

{% for fqn, e in tables.items() %} {% endfor %}
Table Type Rows Columns Profiled
{{ fqn }} {{ e.type|capitalize }} {{ e.row_count|human }} {{ e.columns|human }} {{ e.profiled_at|dt }}
{% endblock %}