Page MenuHomePhabricator

Enable ores_classification tables on labsDB
Closed, ResolvedPublic

Description

ORES classification tables have been created for many wikis, but they are not available in labsdb.

Relevant tables:

  • ores_classification
  • ores_model

Confirmed missing on the following wikis:

There are likely more wikis that are missing these table-views. A complete list can be compiled if that is necessary.

Event Timeline

After a bit of poking and feeling like things /should/ be working if the right scripts were run I issued:

ores_classification
ores_model

maintain-views --all-databases --replace-all --table ores_model --debug
maintain-views --all-databases --replace-all --table ores_classification --debug

I believe all is well now. The above should have created the view on every wiki the tables exists for at this point in time. @Halfak if your spot checking turns out fine could you resolve this task? :)

Halfak claimed this task.

Thank you!

Framawiki subscribed.

Removing Quarry, as it allow to quarry every table present in labsdb, and so can't do anything about this bug.