Starting maybe a week or two ago, the wikidatawiki.wb_terms table (on replicas and production) does not match what I see on wikidata.org. Example:
MariaDB [enwiki_p]> SELECT term_type AS term, term_text, term_language FROM wikidatawiki_p.wb_terms WHERE term_entity_id = 4855000 AND term_type IN ('label', 'description'); +-------+---------------------------------+---------------+ | term | term_text | term_language | +-------+---------------------------------+---------------+ | label | Bangabandhu-1 | en | | label | Bangabandhu-1 | pt | | label | বঙ্গবন্ধু-১ | bn | | label | Bangabandhu | fr | +-------+---------------------------------+---------------+ 4 rows in set (0.03 sec)
but https://www.wikidata.org/wiki/Q4855000 shows a label and description for cz, zh, etc.
Or:
MariaDB [enwiki_p]> SELECT term_type AS term, term_text, term_language FROM wikidatawiki_p.wb_terms WHERE term_entity_id = 95 AND term_type IN ('label', 'description') AND term_language = 'en'; Empty set (0.01 sec)
but https://www.wikidata.org/wiki/Q95 clearly shows a label and description for en.
For Q95 at least, this data was in the database before, but is now missing.
This is what is causing T195000