File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
sql/moz-fx-data-shared-prod/firefox_desktop
enterprise_metrics_clients_legacy
enterprise_metrics_clients Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 44SELECT
55 * ,
66 CASE
7+ WHEN app_version_major >= 144
8+ AND normalized_channel = " esr"
9+ AND policies_count > 1
10+ AND distribution_id IS NULL
11+ THEN " enterprise_esr"
712 WHEN normalized_channel = " release"
813 AND ((policies_count > 1 ) OR (policies_is_enterprise = TRUE))
914 THEN " enterprise_release"
Original file line number Diff line number Diff line change 44SELECT
55 * ,
66 CASE
7+ WHEN ` mozfun.norm.browser_version_info` (app_version).major_version >= 144
8+ AND normalized_channel = " esr"
9+ AND policies_count > 1
10+ AND distribution_id IS NULL
11+ THEN " enterprise_esr"
712 WHEN normalized_channel = " release"
813 AND ((policies_count > 1 ) OR (policies_is_enterprise = TRUE))
914 THEN " enterprise_release"
You can’t perform that action at this time.
0 commit comments