Skip to content

Commit 58a13a9

Browse files
committed
chore: change name
1 parent 04b553d commit 58a13a9

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

models/80_marts/fct_all_facts.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -213,12 +213,6 @@ models:
213213
meta: {}
214214
tags: []
215215
data_type: STRING
216-
- name: fk__dim1_date
217-
config:
218-
meta: {}
219-
tags: []
220-
data_type: DATE
221-
description: Foreign key to the DATE dimension
222216
- name: fk__dim1_campaign
223217
description: Foreign key to the campaign dimension
224218
data_tests:

models/80_marts/fct_sessions.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ with
66
session_id as id,
77
paid_id as fk__fct_paid,
88
canonical_segment_id_with_fallback as fk__dim1_users,
9-
session_start_date as fk__dim1_date,
9+
session_start_date as record_date,
1010
campaign_id as fk__dim1_campaign,
1111
landing_page_url_without_query_string as fk_landingpage__dim1_page,
1212
exit_page_url_without_query_string as fk_exitpage__dim1_page,

models/80_marts/fct_sessions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ models:
3131
meta: {}
3232
tags: []
3333
description: Foreign key to Users dimension (Canonical Segment ID). Links the order to a unified user profile.
34-
- name: fk__dim1_date
34+
- name: record_date
35+
data_type: DATE
3536
config:
3637
meta: {}
3738
tags: []
38-
data_type: DATE
39-
description: Foreign key to the DATE dimension
39+
description: Date of the record, used for time-based analysis.
4040
- name: fk__dim1_campaign
4141
description: Foreign key to the campaign dimension
4242
data_tests:

0 commit comments

Comments
 (0)