< Wikimedia Product < Data dictionary

This page describes the data set edit_hourly that stores on Druid Datasources, which can be accessed via Superset/Turnilo. edit_hourly on Druid is directly loaded from wmf.edit_hourly on Hive, while wmf.edit_hourly on Hive is originally extracted from wmf.mediawiki_history.

Schema

Field nameData typeDescriptionData exampleSource schemaSource field
creates_new_pagebooleanWhether the edit was the first of a page (page creation), revision_parent_id == 0TRUE/FALSEwmf.mediawiki_historyrevision_parent_id
edit_countbigintNumber of edits belonging to this hourly bucket (for the given dimension value set)2 wmf.mediawiki_historyCOUNT(*)
interfacestringEditing interfaceVisualEditor, 2017 wikitext editor, Switched from VisualEditor to wikitext editor, Otherwmf.mediawiki_historyrevision_tags
is_deletedbooleanWhether the edit has been deletedTRUE/FALSEwmf.mediawiki_historyrevision_is_deleted_by_page_deletion
is_revertedbooleanWhether the edit has been revertedTRUE/FALSEwmf.mediawiki_historyrevision_is_identity_reverted
namespace_is_contentbooleanWhether the namespace is of type content or notTRUE/FALSEwmf.mediawiki_historypage_namespace_is_content_historical
namespace_is_talkbooleanWhether the namespace is of type talk or notTRUE/FALSEwmf.mediawiki_historypage_namespace_historical
namespace_namestringNamespace nameMain, Talk, User, User talk, etc.wmf.mediawiki_historypage_namespace_historical
platformstringAccess methodiOS, Android, Mobile web, Otherwmf.mediawiki_historyrevision_tags
projectstringThe project this event belongs toar.wikipediacanonical_data.wikisdomain_name
revision_tagsarray<string>Revision tags (change tags) array["External Link added to disambiguation page","Possible disruption","visualeditor"]wmf.mediawiki_historyrevision_tags
text_bytes_diffbigintNumber of bytes added minus number of bytes removed belonging to this hourly bucket (for the given dimension value set)2wmf.mediawiki_historyrevision_text_bytes_diff
user_edit_count_bucketstringAuthors edit count bucket1-4, 5-99, 100-999, 1000-9999, 10000+wmf.mediawiki_historyevent_user_revision_count
user_groupsarray<string>User groups array["Image-reviewer","OTRS-member","patroller","rollbacker"]wmf.mediawiki_historyevent_user_groups_historical
user_is_administratorbooleanWhether user is adminstrator or not, ARRAY_CONTAINS(event_user_groups_historical, 'sysop')TRUE/FALSEwmf.mediawiki_historyevent_user_groups_historical
user_is_anonymousbooleanWhether user is anonymous or notTRUE/FALSEwmf.mediawiki_historyevent_user_is_anonymous
user_is_botbooleanWhether user is bot or notTRUE/FALSEwmf.mediawiki_historyevent_user_is_bot_by_historical
user_tenure_bucketstringBucketed time between user creation and editUnder 1 day, 1 to 7 days, 7 to 30 days, ..., Over 10 years, Undefinedwmf.mediawiki_historyevent_user_registration_timestamp, event_user_creation_timestamp, event_user_first_edit_timestamp
languagestringProject languageArabiccanonical_data.wikislanguage
project_familystringProject family namewikipediacanonical_data.wikisproject_family
is_redirect_currentlybooleanWhether the page is *currently* a redirect (no historical information available)TRUE/FALSEwmf.mediawiki_historypage_is_redirect

Dashboards which use this table

Content Dashboard

Known issues and changes

This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.