We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dac1f0 commit 6537c53Copy full SHA for 6537c53
sql/mozfun/norm/result_type_to_product_name/udf.sql
@@ -75,6 +75,10 @@ RETURNS STRING AS (
75
THEN 'merino_market_opt_in'
76
WHEN res IN ('tab_serp')
77
THEN 'open_tab_to_serp'
78
+ WHEN res IN ('merino_sports')
79
+ THEN 'sports'
80
+ WHEN res IN ('merino_flights')
81
+ THEN 'flights'
82
WHEN res IN (
83
'top_site',
84
'recent_search',
@@ -90,8 +94,7 @@ RETURNS STRING AS (
90
94
'restrict_keyword_tabs',
91
95
'restrict_keyword_actions',
92
96
'merino_market',
93
- 'merino_sports',
- 'merino_flights'
97
+ 'important_dates',
98
)
99
THEN res
100
WHEN res LIKE('%opt_in')
0 commit comments