Skip to content

Commit 294f74a

Browse files
committed
fix: include distribution_id on the right side of the union
1 parent 3b1d536 commit 294f74a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sql_generators/usage_reporting/templates/composite_active_users.view.sql.jinja

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ SELECT
55
submission_date,
66
client_id AS usage_profile_id,
77
first_seen_year,
8+
first_seen_date,
89
channel,
910
app_name,
1011
app_version,
@@ -42,6 +43,7 @@ SELECT
4243
submission_date,
4344
usage_profile_id,
4445
first_seen_year,
46+
first_seen_date,
4547
channel,
4648
app_name,
4749
app_version,
@@ -57,6 +59,7 @@ SELECT
5759
{% if app_name == "firefox_desktop" %}
5860
os_version_build,
5961
{% endif %}
62+
distribution_id,
6063
is_default_browser,
6164
activity_segment,
6265
is_dau,

0 commit comments

Comments
 (0)