diff --git a/superset/commands/report/alert.py b/superset/commands/report/alert.py index bd8d97d4491..36cc540a858 100644 --- a/superset/commands/report/alert.py +++ b/superset/commands/report/alert.py @@ -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