diff --git a/superset/commands/report/alert.py b/superset/commands/report/alert.py index bd8d97d44917..36cc540a8588 100644 --- a/superset/commands/report/alert.py +++ b/superset/commands/report/alert.py @@ -181,7 +181,7 @@ def _execute_query(self) -> pd.DataFrame: stop = default_timer() logger.info( "Query for %s took %.2f ms", - self._report_schedule.name, + self._execution_id, (stop - start) * 1000.0, ) return df