Documentation Index
Fetch the complete documentation index at: https://docs.sourcemedium.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Table Structure Overview
fct: Each record in a fact (fct) table represents a unique event or transaction, characterized by metrics or measurements such as sales amount or units solddim: Each record in a dimension (dim) table provides context for the metrics recorded infcttables, such as time, geography, products, or customersobt: Each record in a One Big Table (obt) is the product of joinedfctanddimtables that have been modeled into a single, unified structurerpt: Each record in a report (rpt) table represents a narrower, aggregated view of joinedfctanddimtables that serve a specific analytical purpose
Metric column name formula
fcttable name formula:fct_{{ entity }}_{{ verb }}dimtable name formula:dim_{{ dimension }}obttable name formula:obt_{{ entity }}rpttable name formula:rpt_{{ entity }}_summary_{{ aggregation_granularity }}

