Thumbnail for dashboards w/o chart fails #33132
Labels
alert-reports
Namespace | Anything related to the Alert & Reports feature
validation:required
A committer should validate the issue
Bug description
superset-worker throws the following stack trace when trying to create a thumbnail of a dashboard which has no chart directly visible.
This particular dashboard holds tabs and the first tab is only showing some markdown text.
The other tabs not visible when opening the dashboard show charts.
The problem is, that the
<div />
with css classchart-container
is not visible when opening the dashboard hence error message.Examining the DOM within a browser verifies the problem. You can't scroll to the
<div />
w/o selecting a tab holding a chart first.I've configured thumbnails with playwright:
Screenshots/recordings
No response
Superset version
4.1.2
Python version
3.10
Node version
I don't know
Browser
Not applicable
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: