Skip to content

Commit f7011d5

Browse files
committed
fix: add first_seen_date to the usage_reporting_active_users view
1 parent 63dab6c commit f7011d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ SELECT
77
app_channel AS channel,
88
IFNULL(normalized_country_code, "??") AS country,
99
EXTRACT(YEAR FROM first_seen.first_seen_date) AS first_seen_year,
10+
first_seen.first_seen_date,
1011
{% if app_name in ("fenix", "firefox_desktop") %}
1112
CASE
1213
WHEN LOWER(distribution_id) = "mozillaonline"

0 commit comments

Comments
 (0)