Skip to content

Commit ae3a6fd

Browse files
authored
fixing issue where os is null after fx version 139 (#8009)
1 parent 2547fda commit ae3a6fd

File tree

1 file changed

+1
-1
lines changed
  • sql/moz-fx-data-shared-prod/contextual_services_derived/event_aggregates_v1

1 file changed

+1
-1
lines changed

sql/moz-fx-data-shared-prod/contextual_services_derived/event_aggregates_v1/query.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ combined AS (
126126
'remote settings' AS provider,
127127
-- Only standard suggestions are in use on mobile
128128
'firefox-suggest' AS match_type,
129-
SPLIT(metadata.user_agent.os, ' ')[SAFE_OFFSET(0)] AS normalized_os,
129+
'Android' AS normalized_os,
130130
-- This is the opt-in for Merino, not in use on mobile
131131
CAST(NULL AS BOOLEAN) AS suggest_data_sharing_enabled,
132132
blocks.query_type,

0 commit comments

Comments
 (0)