Skip to content

Commit 5618117

Browse files
committed
chore: fix description content of fact table
1 parent 0062a3d commit 5618117

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

dbt/models/mart/core/fct__viewings/fct__viewings.yml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)