Page MenuHomePhabricator

MobileWikiAppReadingLists webhost is NULL
Closed, ResolvedPublic1 Estimated Story Points

Description

MobileWikiAppReadingLists has a null webhost since a while back, is this an issue with the raw data?

hive (event)> select webhost from MobileWikiAppReadingLists where year=2019 and month=06 and webhost is not NULL limit 10;
OK
webhost
Time taken: 0.178 seconds
hive (event)> select webhost from MobileWikiAppReadingLists where year=2019 and month=05 and webhost is not NULL limit 10;
OK

Event Timeline

Please @fdans take a look at this issue as part of your oncall week.

Raw data is stored in hdfs in...

hdfs dfs -text /wmf/data/raw/eventlogging_client_side/eventlogging-client-side/hourly/2019/06/01/21/*

The events on this schema don't include webhost in the capsule (it's not required in the capsule schema) so it being null is not irregular. We can close this task.

Nuria set the point value for this task to 1.