quality_reports.data_completeness_per_organization
class
DataCompletenessPerOrganization:
Reference implementation of a PowerPoint report showing a table with all organizations and each organization's
data quality metrics. Based on a PowerPoint template located in the same directory.
This implementation uses the organization_quality_checker.OrganizationQualityChecker
, which is aggregating the
results of user_quality_checker.UserQualityChecker
and application_quality_checker.ApplicationQualityChecker
,
and renders the results into the PowerPoint report.