Page MenuHomePhabricator

Data Lake query—no results

Authored By
nshahquinn-wmf
May 13 2017, 6:38 AM
Size
332 B
Referenced Files
None
Subscribers
None

Data Lake query—no results

select event_user_text_latest, count(*) as talk_creations
from wmf.mediawiki_history
where
snapshot = "2017-04" and
wiki_db = "kowiki" and
event_entity = "revision" and
event_type = "create" and
revision_parent_id = 0 and
page_namespace = 3 and
event_timestamp > "201611"
group by event_user_text_latest

File Metadata

Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4641608
Default Alt Text
Data Lake query—no results (332 B)

Event Timeline