mahendra commented on issue #5294: Scheduled email reports for Slices / 
Dashboards
URL: 
https://github.com/apache/incubator-superset/pull/5294#issuecomment-412172105
 
 
   @mmuru thank you for the bug report.
   
   1) do you have the full stack trace. I can take a look at it.
   2) which OS are you using? Selenium version? It could be that webdriver does 
not support `screenshot()`. I can try a workaround and/or update the 
documentation. I would recommend sticking to Firefox in production.
   3) In `superset/config.py`, you can control the image sizes via 
   ```
   # Window size - this will impact the rendering of the data
   WEBDRIVER_WINDOW = {
       'dashboard': (1600, 2000),
       'slice': (3000, 1200),
   }
   ```
   4) What is the crontab value you are using? Remember, there is a value 
`EMAIL_REPORTS_CRON_RESOLUTION` which controls the minimum resolution of 
crontab.
   
   If you give me these details, I can help debug.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to