On T335860, we implemented a pyspark job that runs a MERGE INTO that transforms event data into a table that will eventually have all the mediawiki revision history.
In that task, we are ingesting from event.rc1_mediawiki_page_content_change, which includes page deletion events.
However, other visibility changes at the comment and user level are not included in that stream.
In this task we should