On T411484#11432242, we found that the reconcile process of mediawiki_content_history_v1 (and now mediawiki_revision_history_v1) seems to not be generating the proper user_id (and, presumably, the user_text).
After discussions with @JAllemandou, we decided that we will:
- Modify consistency_check.py to consider user_id and user_text.
- The main bug: Modify emit_reconcile_events_to_kafka.py to populate performer.user_* fields.
- we will figure if we can point reconciling towards mediawiki_revision_history_v1 instead of mediawiki_content_history_v1
- Rerun a full reconcile
These changes are expected to produce lots of events. Although mediawiki_revision_history_v1 should have no issues ingesting, mediawiki_content_history_v1 will likely struggle.