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 79448d1 commit 079dfd5Copy full SHA for 079dfd5
sql_generators/glean_usage/templates/events_stream_v1.query.sql
@@ -73,8 +73,10 @@ WITH base AS (
73
client_info.app_channel AS app_channel,
74
client_info.app_display_version AS app_display_version,
75
client_info.architecture AS architecture,
76
+ client_info.attribution AS attribution,
77
client_info.device_manufacturer AS device_manufacturer,
78
client_info.device_model AS device_model,
79
+ client_info.distribution AS distribution,
80
client_info.first_run_date AS first_run_date,
81
client_info.locale AS locale,
82
client_info.os AS os,
0 commit comments