[09:02:59] There is a few "WARNING - No events found in ops database" on 3 dbs [09:04:36] jynus: fixing, thanks [09:05:19] no worries, just noticed while looking at my alarms and mentioned in case it was unnoticed [09:05:36] yeah, its been there for a while, and I've always said: tomorrow... [09:06:16] ah, if it was known, sorry for bringing it up [09:06:27] Two of them need a bit of an investigation as the events are there [09:06:30] I will check [09:09:28] https://phabricator.wikimedia.org/T425328 so it doesn't get forgotten [10:36:01] Amir1: I need to run 2026/drop_il_to_from_imagelinks_T419635.py with replicas=[...] and all_dbs=False but get_columns expects a str db parameter and seems to return "{}" [10:37:22] federico3: I think he's out, is that something you can fix yourself? [10:41:26] I'll do some more tests and send out a PR [10:42:19] ok thanks [14:13:52] federico3: if you are running it with all dbs being fals,e then you need to provide the db as second argument of the col of th efunction. Otherwise, it won't know which database to check. Right? [14:15:23] and it is clearly already documented https://wikitech.wikimedia.org/wiki/Auto_schema#Check_function [14:26:53] Amir1: I tried but it expects a database name as string e.g. ruwiki while the db variable passed to check() is the Db object [14:29:09] I think you're misunderstanding the code, take a look at it and read the examples in the schema changes repo with all dbs False) [14:30:23] I see 2023/fix_creditssource_drifts.py having column = db.get_columns('revsrc', 'enwikivoyage')['revsrc_user'] [14:33:22] ok, did some other tests and got it to run [15:27:53] if someone has a spare cycle or two, I could use a sanity check of https://gerrit.wikimedia.org/r/c/operations/puppet/+/1282386 [15:45:18] thanks f.ederico3