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 2019/02/16 03:19:10 UTC

[GitHub] mahendra commented on a change in pull request #6611: [fixes #6515] - Allow custom subject and screen size for scheduled email

mahendra commented on a change in pull request #6611: [fixes #6515] - Allow custom subject and screen size for scheduled email
URL: https://github.com/apache/incubator-superset/pull/6611#discussion_r257443848
 
 

 ##########
 File path: superset/tasks/schedules.py
 ##########
 @@ -43,6 +43,7 @@
 # Time in seconds, we will wait for the page to load and render
 PAGE_RENDER_WAIT = 30
 
+DATETIME_FORMAT = '%Y/%m/%d/%H/%M/%S'
 
 Review comment:
   @hughhhh thank you for the comment. This is not meant for user configuration at all. This is just to define an interface for passing the task's run time as an argument to a celery task.

----------------------------------------------------------------
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