Documentation
How Documentation Works
Adding Descriptions to Models and Columns
Example
version: 2
models:
- name: customers
description: "A dimension table containing one row per unique customer, including demographic and location data."
columns:
- name: customer_id
description: "Unique identifier for each customer. Used as the primary key."
tests:
- not_null
- unique
- name: customer_type
description: "Business logic-driven classification such as 'new', 'returning', or 'VIP'."Where Documentation Appears in dex
Best Practices
Last updated
Was this helpful?

