counterdata-network / story-processor

Story discovery engine for the Counterdata Network. Grabs relevant stories from various APIs, runs them against bespoke classifier models, post results to a central server.
Apache License 2.0
0 stars 2 forks source link

fix query errors due to SQLAlchemy upgrade #17

Closed rahulbot closed 1 year ago

rahulbot commented 1 year ago

Sentry reports errors on a query. I investigated and it looks like there is a new way to go from raw query row to dict. This might be the root cause of the dashboard errors we're seeing. Related to #10 (@adityagurnani22 did you test the dashboard after that fix locally?).