tirkarthi commented on issue #15854: URL: https://github.com/apache/superset/issues/15854#issuecomment-1627476356
If filtering by permission and users is not needed then please try adding `RoleModelView.search_exclude_columns = ["permissions", "users"]` in below code that should help with page load https://github.com/apache/superset/blob/c53b2499988b5aeec96b1064f86703a3891e0efc/superset/security/manager.py#L137-L139 -- 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]
