-
Notifications
You must be signed in to change notification settings - Fork 14.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Users can not tag a saved query if using bulk select #27988
Comments
🎉 Preset Bounty Available: $100 USD 🎉To claim this bounty, please carefully follow the steps below. 📋 Steps to Participate
💡 Additional Notes
Good luck, and happy coding! 🎉 |
Would love to work on this issue, can I get assigned? |
Hey, I created this is issue back in the days for Apache Superset v.4.0, I thought that it was fixed in Superset 4.1. However due to requirements the company I am working for is only using v4.0 and did not upgrade to 4.1. I already fixed this bug in local and would be happy to contribute and to fix it to the main branch |
Hey, would love to work on this.was looking at it a while back. Yousoph's issue is solved on my end but what remained was the issue with non-admin users not being able to tag a query. |
Hey @b4s36t4 let's have a chat on Superset Slack |
Bug description
When I create a saved query with a non admin user and try to tag it using the bulk select option I get the following error :
1 items could not be tagged because you don’t have edit permissions to all selected objects.
Am I missing the permission that should allow the tagging on the saved query from bulk select ?
Any help would be very appreciated !
How to reproduce the bug
With a non admin user
Screenshots/recordings
Superset version
4.0.0
Python version
3.10
Node version
16
Browser
Chrome
Additional context
However I can edit/delete the saved query.
When trying to tag chart or dashboard using the bulk select it is working fine.
When trying to tag the query from the Tag object it is working fine.
When using an admin I do not encounter this problem.
Non admin users have the following roles :
List of permissions in 3LC_User Role :
[can read on Dataset, can write on Dataset, can read on Query, can get or create dataset on Dataset, can warm up cache on Dataset, can export on Dataset, can duplicate on Dataset, can activate on TabStateView, can delete query on TabStateView, can migrate query on TabStateView, menu access on Manage]
Checklist
The text was updated successfully, but these errors were encountered: