Backfill unified_metrics_v1
Categories
(Data Platform and Tools :: General, enhancement)
Tracking
(Not tracked)
People
(Reporter: Alekhya, Assigned: Alekhya)
References
Details
telemetry_derived.unified_metrics_v1
needs to be backfilled due to multiple changes:
- the upstream
mobile_search_clients_daily_v1
has been backfilled to addFocus Android Glean
andFocus iOS Glean
- Columns uri_count, is_default_browser, and isp were populated in upstream tables
The following are the backfill commands
./bqetl query backfill telemetry_derived.unified_metrics_v1 --project_id=moz-fx-data-shared-prod -s 2021-01-01 -e 2022-11-30 -n 0
As a downstream to unified_metrics_v1 active_users_aggregates_v1
table also needs backfill
./bqetl query backfill telemetry_derived.active_users_aggregates_v1 --project_id=moz-fx-data-shared-prod -s 2021-01-01 -e 2022-11-30 -n 0
Comment 1•3 years ago
|
||
It looks like the is_default_browser
field is used in a couple more downstream tables:
- telemetry_derived.active_users_aggregates_attribution_v1
- telemetry_derived.cohort_daily_statistics_v1
- telemetry_derived.rolling_cohorts_v1
Assignee | ||
Comment 2•3 years ago
|
||
good catch!
I will add the below commands
./bqetl query backfill telemetry_derived.active_users_aggregates_attribution_v1 --project_id=moz-fx-data-shared-prod -s 2021-01-01 -e 2022-11-30 -n 0
./bqetl query backfill telemetry_derived.cohort_daily_statistics_v1 --project_id=moz-fx-data-shared-prod -s 2021-01-01 -e 2022-11-30 -n 0
./bqetl query backfill telemetry_derived.rolling_cohorts_v1 --project_id=moz-fx-data-shared-prod -s 2021-01-01 -e 2022-11-30 -n 0
Comment 3•3 years ago
|
||
lgtm
Assignee | ||
Updated•3 years ago
|
Comment 4•3 years ago
|
||
Also required:
./bqetl query backfill telemetry_derived.active_users_aggregates_device_v1 --project_id=moz-fx-data-shared-prod -s 2021-01-01 -e 2022-11-30 -n 0
./bqetl query backfill telemetry_derived.active_users_aggregates_v1 --project_id=moz-fx-data-shared-prod -s 2021-01-01 -e 2022-11-30 -n 0
Backfilling from 2021-01-01 to align with the upstream update.
Comment 5•2 years ago
|
||
telemetry_derived.active_users_aggregates_attribution_v1 completed for 2021.
Comment 6•2 years ago
|
||
:lvargas Has this backfill been completed? Can we close the ticket?
Comment 7•2 years ago
|
||
We can close this ticket.
New backfill will be required by week of Apr 3rd as part of the move to use Glean data for Mobile.
Updated•2 years ago
|
Description
•