You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/01/08 03:04:40 UTC

[GitHub] [incubator-superset] zheya08 commented on issue #8698: How do i remove the link "Explorer in Superset" in email report

zheya08 commented on issue #8698: How do i remove the link "Explorer in Superset" in email report
URL: https://github.com/apache/incubator-superset/issues/8698#issuecomment-571870808
 
 
   edit superset/tasks/schedules.py  _generate_mail_content , edit 
   ```
           body = __(
               '<b><a href="%(url)s">Explore in Superset</a></b><p></p>',
               name=name,
               url=url,
           )
   ```
   remove 
   ```
   <b><a href="%(url)s">Explore in Superset</a></b><p></p>
   ```
   maybe works

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org