rumbin commented on issue #15836: URL: https://github.com/apache/superset/issues/15836#issuecomment-885241325
We ran into somewhat similar troubles when trying to use the security_manager argument. It worked in Explore and Dashboards, bit not in the SQLLab Celery workers. I don't know if this information is helpful for you, but for us using the username argument did the trick. However, it took us quite some time to figure out that this attribute only gets populated if the user Inpersonation checkbox is set to True in the DB Connection configuration (although this is labeled to be intended for Hive and Presto, it also helped is for Snowflake). The username can then be used to query the security_manager. This even works for SQLLab. Hope this is at least a bit helpful... -- 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]
