dpgaspar commented on issue #10022: URL: https://github.com/apache/incubator-superset/issues/10022#issuecomment-641249971
Hi @AshishKapoor, Thumbnails need cache and celery workers, take a look at: https://apache-superset.readthedocs.io/en/0.36/installation.html#celery-tasks Also on celery use: `CELERY_IMPORTS = ("superset.sql_lab", "superset.tasks.thumbnails")` ---------------------------------------------------------------- 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]
