juneauwang commented on issue #13378: URL: https://github.com/apache/superset/issues/13378#issuecomment-787795520
I noticed that username should be get by superset/utils/core/get_username() line 1308. Which is trying to get username from flask context. However, celery worker can't get username. which means this method will return None. Anyway to get current session username? or login username? ---------------------------------------------------------------- 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]
