mirror of
https://github.com/apache/superset.git
synced 2026-06-04 07:09:22 +00:00
fix(alerts): log execution_id instead of report schedule name in query timing (#35592)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
committed by
GitHub
parent
17ebbdd966
commit
e437ae1f2f
@@ -181,7 +181,7 @@ class AlertCommand(BaseCommand):
|
||||
stop = default_timer()
|
||||
logger.info(
|
||||
"Query for %s took %.2f ms",
|
||||
self._report_schedule.name,
|
||||
self._execution_id,
|
||||
(stop - start) * 1000.0,
|
||||
)
|
||||
return df
|
||||
|
||||
Reference in New Issue
Block a user