Has
"maintenance_templates": { "type": "array", "items": [ { "type": "string" } ],
But should be
"maintenance_templates": { "type": "array", "items": { "type": "string" }
This is causing the data to fail the Hive ingestion (Refine) step:
Failure(org.wikimedia.analytics.refinery.job.refine.RefineTargetException: Failed refinement of hdfs://analytics-hadoop/wmf/data/raw/eventlogging/eventlogging_NewcomerTask/hourly/2020/06/16/15 -> `event`.`NewcomerTask` (year=2020,month=6,day=16,hour=15). Original exception: java.lang.IllegalArgumentException: `maintenance_templates` array schema must specify the items type field)