superset
superset copied to clipboard
Remove `can csv upload`, `can excel upload`, `can columnar upload` in favour of just `can upload on Database`
After the upload data to database refactor, we are ready to simplify permissions and code. We currently have 6 REST API endpoints to support this feature and their multiple file types and 3 distinct permissions (one for each file type). We can easily reduce this to 2 REST API endpoints and 1 permission.
ref: https://github.com/apache/superset/pull/28192
relates to: https://github.com/orgs/apache/projects/345/views/1?filterQuery=can&pane=issue&itemId=68159292