Closed emtwo closed 10 months ago
When the latest version changes, this causes data that should be merged together for a given set of dimensions to be aggregated separately.
The correct aggregation is correctly done in the next step, but this could save a few rows in clients_histogram_aggregates if we don't aggregate using latest_version
latest_version
For reference: https://github.com/mozilla/bigquery-etl/blob/main/sql/moz-fx-data-shared-prod/telemetry_derived/clients_histogram_aggregates_v1/query.sql
When the latest version changes, this causes data that should be merged together for a given set of dimensions to be aggregated separately.