06-reference

practical data modeling mma ch6 attributes

2026-03-08·reference·source: Practical Data Modeling (Substack)·by Joe Reis

Attributes: Describing the Entity (Ch 6)

Chapter 6 on how attributes manifest across data forms. Attributes in structured data are columns; in semi-structured they're key-value pairs; in unstructured they must be actively manufactured through extraction pipelines (metadata, structural, and semantic attributes via NLP).

Key practical guidance:

RDCO relevance

The naming conventions and null-handling guidance is immediately useful in dbt style guides for clients. The attribute bloat anti-pattern maps directly to the "One Big Table gone wrong" situation we see regularly.