caerux commented on issue #33862: URL: https://github.com/apache/superset/issues/33862#issuecomment-2996051416
Hi @dosu — thanks for jumping in and pointing out the quick SQL tweak. I'm aiming for a solution that works on a clean install so no manual database manipulation is needed. During testing I found that changing the two view classes… ## superset/views/roles.py and superset/views/users_list.py class_permission_name = "Security" …lets superset init populate MySQL with the proper "Security" row right away, so the menu shows up automatically. The same build still works fine on PostgreSQL. Would it be possible to get that (or an equivalent) change merged so new MySQL deployments are trouble-free out of the box? -- 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]
