File tree Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -213,12 +213,6 @@ models:
213
213
meta : {}
214
214
tags : []
215
215
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
222
216
- name : fk__dim1_campaign
223
217
description : Foreign key to the campaign dimension
224
218
data_tests :
Original file line number Diff line number Diff line change 6
6
session_id as id,
7
7
paid_id as fk__fct_paid,
8
8
canonical_segment_id_with_fallback as fk__dim1_users,
9
- session_start_date as fk__dim1_date ,
9
+ session_start_date as record_date ,
10
10
campaign_id as fk__dim1_campaign,
11
11
landing_page_url_without_query_string as fk_landingpage__dim1_page,
12
12
exit_page_url_without_query_string as fk_exitpage__dim1_page,
Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ models:
31
31
meta : {}
32
32
tags : []
33
33
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
35
36
config :
36
37
meta : {}
37
38
tags : []
38
- data_type : DATE
39
- description : Foreign key to the DATE dimension
39
+ description : Date of the record, used for time-based analysis.
40
40
- name : fk__dim1_campaign
41
41
description : Foreign key to the campaign dimension
42
42
data_tests :
You can’t perform that action at this time.
0 commit comments