mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix: add logging to alerts and reports to find non-triggering issues (#21684)
This commit is contained in:
committed by
GitHub
parent
4d0c2ba6ef
commit
84c3cf66ea
@@ -436,6 +436,7 @@ class BaseReportState:
|
|||||||
"""
|
"""
|
||||||
header_data = self._get_log_data()
|
header_data = self._get_log_data()
|
||||||
header_data["error_text"] = message
|
header_data["error_text"] = message
|
||||||
|
logger.info("header_data info %s", header_data)
|
||||||
notification_content = NotificationContent(
|
notification_content = NotificationContent(
|
||||||
name=name, text=message, header_data=header_data
|
name=name, text=message, header_data=header_data
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user