rad-flu-alu commented on issue #29777: URL: https://github.com/apache/superset/issues/29777#issuecomment-2519964961
I have a similar case. The user that has access to the database (permission `database access on [<db_name>].(id:<db_id>)`) sees the dashboards that connect only to that database, but the dashboards' owner is admin. This is correct since I want to provide to the user read-only dashboards. Also, I want to provide to the user the import/export functionality, but the user can use that to modify the dashboards that suppose to be read-only. The other case is when one non-admin user exports it's own dashboard and other user tries to import that dashboard. That causes a failure with the following error message: `An error occurred while importing dashboard: A dashboard already exists and user doesn't have permissions to overwrite it. Please re-export your file and try importing again`. So, why it'is not possible when the owner is some other non-admin user, but it's possible when the owner is an admin user? Is this a bug? Regards, RafaĆ -- 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]
