sadpandajoe commented on code in PR #35591:
URL: https://github.com/apache/superset/pull/35591#discussion_r2431083804


##########
superset/commands/report/execute.py:
##########
@@ -449,7 +457,15 @@ def _get_embedded_data(self) -> pd.DataFrame:
             logger.info("Getting chart from %s as user %s", url, user.username)
             dataframe = get_chart_dataframe(url, auth_cookies)
         except SoftTimeLimitExceeded as ex:
-            raise ReportScheduleDataFrameTimeout() from ex
+            chart_id = self._report_schedule.chart_id
+            timeout = self._report_schedule.working_timeout or app.config.get(
+                "ALERT_REPORTS_DEFAULT_WORKING_TIMEOUT", 3600
+            )
+            error_msg = (

Review Comment:
   same as above comment



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to