As part of the Multimedia Metadata Dataset ("MMD") pipeline code will (a) parse Wikimedia Commons HTML and (b) parse HTML of pages that embed Wikimedia Common images, amongst doing other things.
Given the rich content coverage most pertinent up front for MMD in its early days, I'm suggesting event.mediawiki_page_html_content_change_v1 gets the File: namespace HTML on Wikimedia Commons and the main namespace HTML on English Wikipedia to fill in the gaps where there is no latest HTML yet obtained.
Right now it would be possible to use the latest revision at event.mediawiki_page_html_content_change_v1 for pages that have changed since this dataset's inception, and then utilize pages in research.mediawiki_content_html (Wikipedias, per P92548) for which there is no event.mediawiki_page_html_content_change_v1 entry yet. But it's preferable to have fuller data directly from event.mediawiki_page_html_content_change_v1 and not depend upon research.mediawiki_content_html.
I'm presuming in due time we'll have latest HTML for all pages on all wikis, but did want to see if we could go first for Wikimedia Commons File: pages and English Wikipedia main namespace pages (perhaps followed by the remainder of HTML pages on each of these two wikis).
I understand the data volume (plus Parsoid hits; hopefully a reasonable number from the parser cache?) would increase compared to baseline until these are filled up. Of course this will happen naturally anyway, but I didn't want to pretend this was otherwise. I see that on 2026-05-04 we may have managed to process 5.8M records into event.mediawiki_page_html_content_change_v1.
My hope is that the pioneering research.mediawiki_content_html table isn't depended upon too long in the MMD pipeline. If the research.mediawiki_content_html schema wants to evolve, then it should be free to do so. I don't mind copying the data from it to another place for safekeeping until backfills are in place on event.mediawiki_page_html_content_change_v1 , but probably not ideal as a longer term strategy. I'm also unsure if there are other peculiarities within research.mediawiki_content_html that I should think about in the interim, although that's somewhat orthogonal and I will take that part to IM.