You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Self-contained offline HTML report.data_report gains format: html (with key): a profile or clean report renders as a single .html file with inlined CSS/JS, no external requests (no CDN, <link>, or <script src>), the DAMA six-dimension scorecard, the per-column profile summary table, and the per-rule cleaning summary table. Dataset values are HTML-escaped before reaching the markup.
Versioned report schema. The profile report now carries schemaVersion (a new REPORT_SCHEMA_VERSION = 1), declared in the profile report's JSON schema so future consumers can detect an incompatible persisted record instead of misreading it.