GitHub user HerveBr added a comment to the discussion: Generating screenshots (thumbnails, PDFs, and images) is causing problems for certain tables and charts
The solution doesn't seem to be in the four points you mentioned: 1) ENABLE_DASHBOARD_CAPSULE_ENDPOINTS and ENABLE_WEBDRIVER_CAPSULE_LOAD -> True 2) SCREENSHOT_LOCATE_WAIT = 600 and SCREENSHOT_LOAD_WAIT = 900 3) Playwright is used. Chromium and Playwright are present in my Docker image. 3) Regarding tabbed dashboards, I could previously see the first tab as thumbnails. Now, this is no longer possible. Regarding the PDF or image creation process stopping, this happens when printing dashboards with or without tabs. I've recreated charts from scratch without thumbnails. Some created one, others didn't. If a dashboard only contains charts that can be accompanied by thumbnails, a PDF or image can be created for that chart. If a dashboard contains at least one chart that doesn't generate a thumbnail, it cannot be exported to PDF or image format. Do you think the only solution would be to fix the code to increase the "soft_time_limit"? The strangest thing is that before upgrading from version 4.1.2 to version 5.0.0, all thumbnails and the creation of PDFs and images worked. GitHub link: https://github.com/apache/superset/discussions/34685#discussioncomment-14102723 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
