File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
sql/moz-fx-data-shared-prod/firefox_desktop_derived/enterprise_metrics_clients_v1 Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1- friendly_name : Enterprise Metrics (clients)
1+ friendly_name : Enterprise Metrics (clients) - Glean
22description : |-
3- Enterprise Metrics (clients).
3+ Enterprise Metrics (clients) based on Glean telemetry .
44owners :
5566
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ WITH client_baseline AS (
44 submission_date,
55 client_id,
66 sample_id,
7+ legacy_telemetry_client_id,
78 channel,
89 distribution_id,
910 is_daily_user,
@@ -32,6 +33,7 @@ WITH client_baseline AS (
3233 SELECT
3334 client_id,
3435 sample_id,
36+ legacy_telemetry_client_id,
3537 channel,
3638 is_dau,
3739 FROM
@@ -43,6 +45,7 @@ WITH client_baseline AS (
4345 SELECT
4446 client_id,
4547 sample_id,
48+ legacy_telemetry_client_id,
4649 channel AS normalized_channel,
4750 distribution_id,
4851 is_dau,
8285 is_dau,
8386 policies_count,
8487 policies_is_enterprise,
88+ legacy_telemetry_client_id,
8589FROM
8690 client_baseline
8791LEFT JOIN
Original file line number Diff line number Diff line change @@ -49,3 +49,9 @@ fields:
4949 description : |
5050 Attempt to determine if the user is an enterprise user based on various signals.
5151 This metric was generated to correspond to the Legacy Telemetry scalar policies.is_enterprise
52+
53+ - mode : NULLABLE
54+ name : legacy_telemetry_client_id
55+ type : STRING
56+ description : |
57+ A unique identifier (UUID) for the client in legacy telemetry.
You can’t perform that action at this time.
0 commit comments