File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed
dbt/models/mart/core/fct__viewings Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,17 @@ models:
55 # fct_viewings : Fact table for viewing events in star schema
66 # =============================================================================
77 - name : fct_viewings
8- description : |
9- Fact table representing viewing events on the BigMedia VoD platform.
10-
11- Each row represents a unique viewing session with metrics and foreign keys
12- to all dimension tables. This is the central table of the star schema.
13-
14- Grain: One row per viewing session per user per content.
8+ description : |-
9+ Fact table representing viewing events on the BigMedia VoD platform.
10+
11+ Each row represents a unique viewing session with metrics and foreign keys
12+ to all dimension tables. This is the central table of the star schema.
13+
14+ Grain: One row per viewing session per user per content.
15+
16+ ## Data Model Diagram
17+
18+ [View interactive diagram](dbt/assets/img/mart/core/fct__viewings/fct__viewings_model.html)
1519
1620 columns :
1721 - name : viewing_sk
You can’t perform that action at this time.
0 commit comments