Learning Path: Reviewers and Auditors
This path is for you if you need to assess data produced with Dorieh — verify where a value came from, how records were validated, what was excluded and why — for a methods review, an internal audit, or regulatory documentation.
At the end you will be able to trace any cell in a curated table back to a line in a raw source file, quantify exactly how many records failed which validation check, and read the quality-control aggregates that summarize data health.
The path
Read the provenance sections of The Dorieh approach — fine-grained lineage (how column-level and row-level lineage combine into cell-level traceability) and the validation and journaling model (the three validation checks; failed records journaled with a reason, never silently dropped).
Open the data dictionary and lineage for the Medicare warehouse: a clickable table-level diagram, a page per table, a page per column with its derivation formula and lineage graph, and an alphabetical column index.
Read how validation is enforced in Medicare: Building a Data Warehouse from ResDac Files: the
medicare_auditschema, thePRIMARY KEY/FOREIGN KEY/DUPLICATEreason codes, and the disambiguation rules with theirconsistent_*flags (what the pipeline reconciles versus what it surfaces as ambiguous).Interrogate the QC aggregates — the QC tables section explains
qc_enrollmentsandqc_admissions; run the Medicare example to compute them on synthetic data and see the same measures on its Superset dashboard.Check reproducibility claims: every table and view is created from a versioned, declarative data model, and each database object carries a comment recording the Dorieh version and commit that created it.
Going deeper
Using HLL — the QC tables count distinct beneficiaries with HyperLogLog sketches; know the approximation before citing the numbers.
Database Testing Framework — regression tests asserting that data has not silently changed.
About the companion book — the extended treatment of provenance, regulation and trust behind this design.