Closed
Bug 1754502
Opened 3 years ago
Closed 3 years ago
Airflow task probe_scraper.mozilla_schema_generator failing on 2022-02-08
Categories
(Data Platform and Tools :: General, defect)
Data Platform and Tools
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: relud, Assigned: relud)
Details
(Whiteboard: [airflow-triage])
Attachments
(1 file)
ping_info.experiments[].value.extra changed type from STRUCT<type STRING> to ARRAY<STRUCT<key STRING, value STRING>> in all glean pings due to mozilla-pipeline-schemas#724, which isn't a valid schema evolution.
--- /app/validate_schema_evolution/38737e602bb0fd3733dddf92aa30393e5480e2d0_base-revision/org-mozilla-ios-fennec.deletion-request.1.txt
+++ /app/validate_schema_evolution/dc14e9ab03fe8665527219067eb25197add358ff_generated-schemas/org-mozilla-ios-fennec.deletion-request.1.txt
@@ -69,3 +69,4 @@
root.ping_info.experiments.[].value.branch STRING
-root.ping_info.experiments.[].value.extra.type STRING
+root.ping_info.experiments.[].value.extra.[].key STRING
+root.ping_info.experiments.[].value.extra.[].value STRING
root.ping_info.ping_type STRING
Comment 1•3 years ago
|
||
| Assignee | ||
Updated•3 years ago
|
Assignee: nobody → dthorn
Status: NEW → ASSIGNED
| Assignee | ||
Updated•3 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
Component: Datasets: General → General
You need to log in
before you can comment on or make changes to this bug.
Description
•