Skip to content

Commit 939c6a7

Browse files
authored
feat(DENG-10182): Add xpcom_abi to firefox_desktop_derived.metrics_clients_daily_v1 (#8441)
1 parent de79c73 commit 939c6a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sql_generators/glean_usage/templates/metrics_clients_daily.query.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,8 @@
267267
ANY_VALUE(metrics.string.system_apple_model_id) AS apple_model_id,
268268
`moz-fx-data-shared-prod.udf.mode_last`(
269269
ARRAY_AGG(metrics.string.search_engine_default_engine_id ORDER BY submission_timestamp ASC)
270-
) AS default_search_engine
270+
) AS default_search_engine,
271+
ANY_VALUE(metrics.string.xpcom_abi) AS xpcom_abi
271272
{% endif -%}
272273
FROM
273274
`moz-fx-data-shared-prod.{{ dataset }}.metrics` AS m

0 commit comments

Comments
 (0)