-
Notifications
You must be signed in to change notification settings - Fork 16.5k
Description
Bug description
We have had superset deployed via the helm chart in various environments, with the same chart values in each environment, running ok for the last few months. Yesterday we started to see Network error for a number of, but not all, filter drop-downs in dashboards in just one environment. Refreshing the page the Network error's are random, not appearing for the same filters each time or all filters but always some. The errors are immediate, rather than appearing after some time. We see the same thing in different dashboards. The filter is querying a Trino dataset, and when we check in Trino, the queries for those error'd filters do not show - ie. it looks like those queries did not make it to Trino. We're not seeing any issues with the Trino pods.
In the superset logs we see this ValueError: bytes is not a 16-char string error correlating to the times we see errors in the dashboard. We do not see these errors in other environments (which do not have this issue).
Does anyone have any ideas what could be happening?
Screenshots/recordings
Superset version
master / latest-dev
Python version
I don't know
Node version
I don't know
Browser
Chrome
Additional context
apache/superset:GHA-dev-17114760203
psycopg2-binary==2.9.6
trino[sqlalchemy]==0.321.0
sqlalchemy-trino==0.5.0
Authlib==1.6.4
Checklist
- I have searched Superset docs and Slack and didn't find a solution to my problem.
- I have searched the GitHub issue tracker and didn't find a similar bug report.
- I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section.