validatex.reporting package

Submodules

validatex.reporting.html_report module

Rich HTML report generator for ValidateX.

Produces a standalone, self-contained HTML page with:
  • Quality Score gauge

  • Column Health Summary table

  • Severity-tagged expectation details

  • Mini CSS bar charts

  • Download buttons (JSON / CSV / Copy)

  • Human-readable observed values

  • Drift comparison placeholder

  • Filter / toggle interactions

class validatex.reporting.html_report.HTMLReportGenerator[source]

Bases: object

Generate a beautiful standalone HTML report from a ValidationResult.

generate(result: ValidationResult, filepath: str) None[source]

validatex.reporting.json_report module

JSON report generator.

class validatex.reporting.json_report.JSONReportGenerator[source]

Bases: object

Write a ValidationResult to a JSON file.

generate(result: ValidationResult, filepath: str) None[source]

Module contents

Reporting module.