Closed Bug 1775216 Opened 2 years ago Closed 2 years ago

Add Glean data to smoothed dataset

Categories

(Data Platform and Tools :: General, enhancement)

enhancement

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: RT, Assigned: ascholtz)

Details

Attachments

(1 file)

Per discussion with Alessio the Glean data is currently not reported in the smoothed dataset, even though the source data is there in nondesktop client (Product = 'Other', app_name = 'Focus Android Baseline'/'Focus iOS Baseline').
Data from product 'Other' is filtered out here: https://github.com/mozilla/bigquery-etl/blob/98549e3cb8b4f81d03a08a33aedaf6687ea5f[…]ared-prod/telemetry_derived/smoot_usage_nondesktop_v2/query.sql

I need this to work out new and existing user retention on Focus given legacy telemetry is not reliable there.

Note: this bug was filed as a follow up of this slack discussion and the smoothed dataset we were talking about was prod.telemetry.smoot_usage_day_13.

Assignee: nobody → ascholtz

https://github.com/mozilla/bigquery-etl/pull/3040 adds Klar and Focus Glean data to the smoot tables. The app_name for this data will include "Baseline", so for example it will be Focus Android Baseline.

We'll need to backfill the smoot_ tables for this. @romain how far should I backfill?

Flags: needinfo?(rtestard)

Can we go back to 2018 included? One use case is understanding if the binary size shift Focus saw in 2018 had an impact on new profiles and newprofile retention to inform further increases.?

Flags: needinfo?(rtestard)

Alright, I'll backfill telemetry_derived.smoot_usage_nondesktop_compressed_v2 and telemetry_derived.smoot_usage_nondesktop_v2 starting 2018-01-01. I did a quick cost check for the backfill and it's pretty low.

The backfill has completed and data should be available now, e.g:

select * from telemetry.smoot_usage_day_13 
where app_name like "%Baseline%" and date = '2021-06-21' 
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED

Thank you!

Component: Datasets: General → General
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: