ArvindKand commented on issue #25630: URL: https://github.com/apache/superset/issues/25630#issuecomment-2645836470
> > > Hi [@gpchandran](https://github.com/gpchandran), > > > I’m experiencing the same issue with Superset 3.1.0 where both “Drill By” and “Drill to Detail” are not working in the Embedded Dashboard. I’ve also tested with an Admin role for the embed guest user, and it didn’t resolve the problem. > > > Has anyone managed to find a workaround or a fix for this issue? Any guidance would be greatly appreciated! 🙏 > > > > > > Hey did you find any solution, I'm trying to achieve the same functionality. > > HI [@mohitgullani9](https://github.com/mohitgullani9) - It's working for me and my current Superset version (4.1.1) (it used to work for me in 3.1.0 but can't go back and test now) > > Please upgrade to latest 4.1.1 and try > > can you share your superset config.py ?, in your config you need add parameter as > > GUEST_ROLE_NAME = "Admin" and try (you need to have this in config level irrespective of User role) > > After upgrading and adding this ENV parameter, if still issue open a new issue with more details @gpchandran sorry not clear, which ENV parameter? I am on 4.1.1 and i have GUEST_ROLE_NAME='Gamma' in my config. I have a user created for the embedded dashboard, can I add this user for GUEST_ROLE_NAME? -- 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]
