Closed Bug 1877339 Opened 2 years ago Closed 1 year ago

schema error in `telemetry.sync_v4` for #/payload/os/distro

Categories

(Data Platform and Tools :: General, defect)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: srose, Assigned: benwu)

References

(Regression)

Details

(Keywords: regression, Whiteboard: [dataquality])

expected type: String, found: Null

Keywords: regression
Regressed by: 1874038

Should be fixed by https://github.com/mozilla-services/mozilla-pipeline-schemas/pull/810. I'll check again when the schema/dataflow job redeploys

Assignee: nobody → bewu
Status: NEW → ASSIGNED

The errors stopped when dataflow redeployed at around 2024-05-01 19:00:00 UTC

SELECT
  document_type,
  DATE_TRUNC(submission_timestamp, HOUR),
  COUNT(*),
FROM
  `moz-fx-data-shared-prod.payload_bytes_error.telemetry`
WHERE
  DATE(submission_timestamp) BETWEEN '2024-05-01' AND '2024-05-02'
  AND (
    error_message = 'org.everit.json.schema.ValidationException: #/payload/os/distro: expected type: String, found: Null'
    OR error_message = 'org.everit.json.schema.ValidationException: #/environment/system/os/distro: expected type: String, found: Null'
  )
GROUP BY document_type, 2
ORDER BY 2, document_type

Related fix in firefox is bug 1894412

Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
See Also: → 1894412
You need to log in before you can comment on or make changes to this bug.