Skip to content

Commit 079dfd5

Browse files
authored
Add base client_info.{attribution|distribution} to events_stream (#8066)
1 parent 79448d1 commit 079dfd5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sql_generators/glean_usage/templates/events_stream_v1.query.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,10 @@ WITH base AS (
7373
client_info.app_channel AS app_channel,
7474
client_info.app_display_version AS app_display_version,
7575
client_info.architecture AS architecture,
76+
client_info.attribution AS attribution,
7677
client_info.device_manufacturer AS device_manufacturer,
7778
client_info.device_model AS device_model,
79+
client_info.distribution AS distribution,
7880
client_info.first_run_date AS first_run_date,
7981
client_info.locale AS locale,
8082
client_info.os AS os,

0 commit comments

Comments
 (0)