chore(DENG-11021): complete certain tier 2 backfills#9709
Merged
Conversation
Contributor
There was a problem hiding this comment.
This PR flips the status field from Initiate to Complete on the two cohort_daily_statistics backfill entries (telemetry_derived.cohort_daily_statistics_v2 and glean_telemetry_derived.cohort_daily_statistics_v1) added on 2026-07-06 for the install_source change from #9690. This is the documented transition (docs/cookbooks/backfilling_a_table.md) that triggers the staging→production swap after staging validation.
I reviewed both files against the backfill schema and validation rules and have no inline findings — the change is consistent with the standard workflow, and the accompanying validation notes in the description cover the staging/prod reconciliation.
Collaborator
Integration report
|
BenWu
approved these changes
Jul 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Completes the two Tier 2cohort_daily_statisticsinstall_sourcebackfills initiated in #9690:telemetry_derived.cohort_daily_statistics_v2glean_telemetry_derived.cohort_daily_statistics_v1Validated both staging tables. Reading one in-range
activity_dateper check gives complete cohort coverage (the queryLEFT JOINs actives onto the full in-range cohort, so every cohort emits all its buckets at full size each day).Within-staging structural gates — clean for both families:
install_sourceis part of it.install_sourcesplit happened, not a no-op.install_source = NULLat one row per dimension combo (no bleed-through, no fan-out).install_source = NULL.Live-prod comparisons — drift-tolerant (frozen snapshot gone; prod shredder-shrunk since build), both benign:
Both families promote-safe.
Related Tickets & Documents
Reviewer, please follow this checklist