dqt
checks
incidents
profile
causality
lineage
profile
{% if reports %}
Dataset
Rows
Numeric cols
Total cols
Profiled at
{% for r in reports %}
{{ r.dataset_name }}
{{ "{:,}".format(r.n_rows) }}
{{ r.n_numeric_columns }}
{{ r.n_columns }}
{{ r.ran_at }}
{% endfor %}
{% else %}
No profile reports yet. Call
store.save_profile_report()
to populate.
{% endif %}