06-reference

practical data modeling mma ch6 attributes

Sat Mar 07 2026 19:00:00 GMT-0500 (Eastern Standard Time) ·reference ·source: Practical Data Modeling (Substack) ·by Joe Reis
data-modelingattributesnaming-conventionsnullsmetadatamixed-model-artschapter-6

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.