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 2018/08/17 22:55:31 UTC

[GitHub] mmuru commented on issue #5294: [SIP-3] Scheduled email reports for Slices / Dashboards

mmuru commented on issue #5294: [SIP-3] Scheduled email reports for Slices / Dashboards
URL: https://github.com/apache/incubator-superset/pull/5294#issuecomment-414007482
 
 
   @mahendra: The dashboard created from the chart without slug. This cause the dashboard schedule throws the exception. Line 200 in schedules.py
   `
   dashboard_url = _get_url_path(
           'Superset.dashboard',
           dashboard_id=dashboard.slug,
   `
   After, I added slug manually and it worked. I believe, the slug is an optional dashboard parameter. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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