alexryndin opened a new issue #16616: URL: https://github.com/apache/superset/issues/16616
After upgrade from 0.3.8 to 1.3.0, users are not enable to add add new calculated columns to a Dataset (datasource) they granted access to. Whenever anyone tries to add new column and save a datasource, they get an error "Changing this dataset is forbidden". At the same time developers console gives error -- "http://localhost:8088/datasource/save/ [HTTP/1.0 403 FORBIDDEN 32ms]" #### Screenshots  #### How to reproduce the bug 1. Create user "alice" 2. As Admin, Go to 'Datasets', add any dataset 3. As Admin, grant datasource access to a created dataset to alice 4. As alice, try to add new calculated column 5. See error ### Environment I've got an Environment using `docker-compose up` - superset version: `1.3.0 (master branch)` ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [+] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [+] I have reproduced the issue with at least the latest released version of superset. - [+] I have checked the issue tracker for the same issue and I haven't found one similar. Add any other context about the problem here. -- 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]
