In T403664, we upgraded the mediawiki/page_change schema to include user_central_id.
In https://gerrit.wikimedia.org/r/c/operations/deployment-charts/+/1196179, the Flink mediawiki_event_enrichment configs were bumped to use this schema version. This effectively applied the change in production.
However, the test fixtures and default parameters (ex 1., ex 2. -- this even uses the wrong stream name ;) ) in mediawiki_event_enrichment still reference old schema versions. We should update these too so dev and CI use the same versions as prod.
Done is
- mediawiki_event_enrichment jobs that use mediawiki/page_change schemas use 1.3.0 (or later) for default stream descriptor params.
- test fixtures are updated to use events with version mediawiki/page_change/1.3.0 (or later) with user_central_id in them.