As an engineer/analyst I'd like to have a stream of revertrisk scores for all revision on Wikidata so that I can
- have access to weeks/months of data while I'm analyzing data of past revisions as these are going to be available in the data lake
- use this stream in services that need to take actions based on these scores by consuming the stream of events without having to make API requests to Liftwing for each revision.
Proposed Solution
Produce Wikidata RevertRisk predictions to the mediawiki.page_revert_risk_prediction_change stream, following the RRLA implementation approach.
Related Work
T415892 -Add Multilingual RevertRisk predictions to mediawiki.page_revert_risk_prediction_change
T326179 - Previous work implementing RRLA event stream
T405358 - Add LiftWing streams data to event_sanitized (increase data retention)
Better access paths for LiftWing data in MediaWiki+
https://phabricator.wikimedia.org/T415892