{% extends "base.html" %} {% block title %}Data Explorer — Data Canvas — ICDEV{% endblock %} {% block content %}
Dashboard Explore Query Quality Assessments

Data Explorer

Classification-aware data profiling — null rates, cardinality, distributions, top values. Output inherits the design's CUI/PII/PHI markings automatically.

Connection

Recent Profiles

{% for p in profiles %}
{{ p.table_count }} tables — {{ p.classification[:3] }}
{{ p.created_at[:16] if p.created_at else '—' }}
{% else %}
No profiles yet.
{% endfor %}

Profile Results

Configure a connection and click Run Profile to analyse your database.
{% endblock %}