Documentation Index
Fetch the complete documentation index at: https://lightdash-update-dbt-code-blocks.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
What are metrics and dimensions?
Metrics and dimensions are defined in your dbt project alongside your dbt model properties.- Dimensions are used to segment data in your Tables.
- Metrics are used to perform calculations on your Tables.

