File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
sql/moz-fx-data-shared-prod/firefox_desktop/baseline_active_users Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,14 @@ SELECT
2727 ELSE ' Firefox Desktop'
2828 END AS app_name,
2929 app_display_version AS app_version,
30+ ` mozfun.norm.browser_version_info` (app_display_version).major_version AS app_version_major,
31+ ` mozfun.norm.browser_version_info` (app_display_version).minor_version AS app_version_minor,
32+ ` mozfun.norm.browser_version_info` (
33+ app_display_version
34+ ).patch_revision AS app_version_patch_revision,
35+ ` mozfun.norm.browser_version_info` (
36+ app_display_version
37+ ).is_major_release AS app_version_is_major_release,
3038 normalized_channel AS channel,
3139 COALESCE(last_seen .distribution_id , distribution_mapping .distribution_id ) AS distribution_id,
3240 CASE
You can’t perform that action at this time.
0 commit comments