MusikAnimal created this task.
MusikAnimal added a project: Wikidata.
Herald added a subscriber: Aklapper.

TASK DESCRIPTION

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:

wikidatawiki.wb_terms is missing some entries for label and description? For 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, fr, 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


TASK DETAIL
https://phabricator.wikimedia.org/T195618

EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: MusikAnimal
Cc: Aklapper, MusikAnimal, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Mbch331
_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to