Right now we get the following error on prod. This is related to the transition between sqlalchemy 1->2.
File "lib/sqlalchemy/cyextension/resultproxy.pyx", line 54, in sqlalchemy.cyextension.resultproxy.BaseRow.__getitem__
TypeError: tuple indices must be integers or slices, not str
>>>
I had previously fixed this by modifying the Pykern module, but maybe it hasn't been updated lately on prod. I can double check.
Right now we get the following error on prod. This is related to the transition between sqlalchemy 1->2.
I had previously fixed this by modifying the Pykern module, but maybe it hasn't been updated lately on prod. I can double check.