JasonD28 commented on a change in pull request #10512:
URL:
https://github.com/apache/incubator-superset/pull/10512#discussion_r465252074
##########
File path: superset/tasks/schedules.py
##########
@@ -602,10 +604,16 @@ def deliver_alert(alert: Alert, recipients: Optional[str]
= None) -> None:
textwrap.dedent(
"""\
<h2>Alert: %(label)s</h2>
- <img src="cid:screenshot" alt="%(label)s" />
+ <p><b>SQL Statement: </b>%(sql)s</p>
+ <p>Click <a href="%(image_url)s">here</a> or the image below
Review comment:
I'll leave `show the result returned` as a TODO
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]