This is an automated email from the ASF dual-hosted git repository. michaelsmolina pushed a commit to branch 5.0 in repository https://gitbox.apache.org/repos/asf/superset.git
commit 65c93756241ac097ef96d02ff48c8df02b1a4092 Author: Erkka Tahvanainen <[email protected]> AuthorDate: Sat Apr 12 22:14:16 2025 +0300 fix(dashboard): Generate screenshot via celery (#32193) Co-authored-by: Erkka Tahvanainen <[email protected]> (cherry picked from commit 5656d69c0401f121719a573742dadb8be6ac0b89) --- superset/dashboards/api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/superset/dashboards/api.py b/superset/dashboards/api.py index 2eca96dfeb..764708a604 100644 --- a/superset/dashboards/api.py +++ b/superset/dashboards/api.py @@ -1126,6 +1126,7 @@ class DashboardRestApi(BaseSupersetModelRestApi): dashboard_id=dashboard.id, dashboard_url=dashboard_url, thumb_size=thumb_size, + cache_key=cache_key, window_size=window_size, cache_key=cache_key, force=force,
