Starting from Nov 29 2018, user agent of the MobileWikiAppSearch table is not being parsed, and thus all fields in the useragent struct in NULL. This doesn't seem to be an app side problem since iOS had a release on Nov 30, but Android didn't. Most data in the table are from Android.
SELECT DISTINCT useragent FROM event.mobilewikiappsearch WHERE year=2018 and month=11 and day=30 --- useragent {"browser_family":null,"browser_major":null,"browser_minor":null,"device_family":null,"is_bot":null,"is_mediawiki":null,"os_family":null,"os_major":null,"os_minor":null,"wmf_app_version":null}
This bug prevent the search platform team's dashboard from being updated, and lead to the drop of overall search clickthrough rate (T211306).
Can someone from Analytics Engineering look into it? Thanks!