gorcurek commented on issue #13378: URL: https://github.com/apache/superset/issues/13378#issuecomment-787907437
Same happened to us while using **Global Async** with **Impersonation** turned on. Method _get_effective_username()_ in _models/core.py_ does not get the username because: g.user is not an attribute of g (AttributeError: '_AppCtxGlobals' object has no attribute 'user'). ---------------------------------------------------------------- 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]
