mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix(reports): log exception traceback in _get_csv_data (#39069)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -479,7 +479,7 @@ class BaseReportState:
|
||||
raise ReportScheduleCsvTimeout() from ex
|
||||
except Exception as ex:
|
||||
elapsed_seconds = (datetime.utcnow() - start_time).total_seconds()
|
||||
logger.error(
|
||||
logger.exception(
|
||||
"CSV generation failed after %.2fs - execution_id: %s",
|
||||
elapsed_seconds,
|
||||
self._execution_id,
|
||||
|
||||
Reference in New Issue
Block a user