You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: macros/context_existance_check.sql
+9-1
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ You may obtain a copy of the Snowplow Personal and Academic License Version 1.0
25
25
'contexts_com_snowplowanalytics_mobile_application_1' if target.type not in ['redshift', 'postgres'] else var('snowplow__application_context')
26
26
],
27
27
"snowplow__enable_browser_context": [
28
-
'contexts_com_snowplowanalytics_snowplow_web_page_1' if target.type not in ['redshift', 'postgres'] else var('snowplow__browser_context')
28
+
'com_snowplowanalytics_snowplow_browser_context_1' if target.type not in ['redshift', 'postgres'] else var('snowplow__browser_context')
29
29
],
30
30
"snowplow__enable_geolocation_context": [
31
31
'contexts_com_snowplowanalytics_snowplow_geolocation_context_1' if target.type not in ['redshift', 'postgres'] else var('snowplow__geolocation_context')
@@ -48,7 +48,15 @@ You may obtain a copy of the Snowplow Personal and Academic License Version 1.0
48
48
],
49
49
"snowplow__enable_app_errors": [
50
50
'unstruct_event_com_snowplowanalytics_snowplow_application_error_1' if target.type not in ['redshift', 'postgres'] else var('snowplow__application_error_events')
51
+
],
52
+
"snowplow__enable_mobile": [
53
+
'contexts_com_snowplowanalytics_snowplow_client_session_1' if target.type not in ['redshift', 'postgres'] else var('snowplow__session_context'),
54
+
'unstruct_event_com_snowplowanalytics_mobile_screen_view_1' if target.type not in ['redshift', 'postgres'] else var('snowplow__screen_context'),
55
+
],
56
+
"snowplow__enable_web": [
57
+
'contexts_com_snowplowanalytics_snowplow_web_page_1' if target.type not in ['redshift', 'postgres'] else var('snowplow__page_view_context'),
0 commit comments