Skip to content

Commit 2614494

Browse files
committed
feat(DENG-9583): Add normalized_app_id and uri_count
1 parent 8e640e6 commit 2614494

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql_generators/glean_usage/templates/clients_last_seen_joined.query.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ WITH baseline AS (
33
{% if app_name == "firefox_desktop" %}
44
days_since_desktop_active,
55
{% endif %}
6-
{% if app_name != "firefox_desktop" %}
7-
normalized_app_id,
6+
{% if app_name not in ["firefox_desktop", "mozphab", "burnham", "firefox_desktop_background_update"] %}
7+
baseline.normalized_app_id,
88
{% endif %}
99
days_since_seen,
1010
days_since_active,

0 commit comments

Comments
 (0)