cristian-cevasco commented on PR #23323: URL: https://github.com/apache/superset/pull/23323#issuecomment-1478025281
@mrmooon @villebro Hey, folks. Thanks for updating the doc. I'm reaching out to ask if you have had the chance to test it as I'm getting the following error when adding the parameters for `ALERT_REPORTS_EXECUTE_AS`: ``` ModuleNotFoundError: No module named 'superset.tasks.types' ``` Checking in the repo I see the class `ExecutorType` declared in `superset/superset/tasks/types.py` so it looks OK, but somehow the workers trying to fetch it is not able to find it. Any feedback would be very much appreciated, thank you for your time. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
