Add views for the normalized schema tables in replicas to allow access to them on labs.
Description
Details
| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| Add new terms normalized schema tables as public 1:1 views in labs. | operations/puppet | production | +6 -0 |
Event Timeline
Change 514411 had a related patch set uploaded (by Alaa Sarhan; owner: Alaa Sarhan):
[operations/puppet@production] Add new terms normalized schema tables as public 1:1 views in labs.
I have zero context regarding what these tables are from reading back in the tickets. @Bawolff (or someone else? I've been asking you on a lot of these tickets), can I get confirmation that these tables are entirely public without filters?
I just don't know what they are 😄
Those are just the refactored wb_terms table that is already provided. See T221764 which I happened to be looking at earlier today :-)
So these tables are not yet on the replicas, however the scripts we use to expose views will just skip the tables that aren't there until they are. Validating the patch and all locally, and then I'll merge it. Once merged, it won't do anything until the tables are on the replicas and then WMCS runs the script manually.
I mean I just checked and don't see the underlying tables on labsdb1009 (rather specifically). Are they in all wiki dbs or just a couple that I should verify?
it's only on wikidatawiki (s8) and testwikidatawiki (s3). Nothing else should have it. I hope my patch reached the sanitarium nodes
Oh! Ok. I see it there on those dbs. So disregard what I said. We can get that out shortly.
Change 514411 merged by Bstorm:
[operations/puppet@production] Add new terms normalized schema tables as public 1:1 views in labs.
It still needs the script run against the DBs before you'll see them in cloud services.