Posts
All the articles I've posted.
How a Self-Documenting Semantic Layer Reduces Data Team Toil
Published: at 05:00 PMEvery data team knows documentation is important. And almost every data team has a backlog of undocumented tables, unlabeled columns, and outdated descriptio...
Testing Data Pipelines: What to Validate and When
Published: at 04:00 PMAsk an application developer how they test their code and they'll describe unit tests, integration tests, CI/CD pipelines, and coverage metrics. Ask a data e...
Denormalization: When and Why to Flatten Your Data
Published: at 04:00 PMNormalization is the first rule taught in database design. Eliminate redundancy. Store each fact once. Use foreign keys. It's the right rule for transactiona...