diff --git a/superset/reports/commands/execute.py b/superset/reports/commands/execute.py index 90c5040cc..1fbdba1c2 100644 --- a/superset/reports/commands/execute.py +++ b/superset/reports/commands/execute.py @@ -436,6 +436,7 @@ class BaseReportState: """ header_data = self._get_log_data() header_data["error_text"] = message + logger.info("header_data info %s", header_data) notification_content = NotificationContent( name=name, text=message, header_data=header_data )