superset icon indicating copy to clipboard operation
superset copied to clipboard

Remove `can csv upload`, `can excel upload`, `can columnar upload` in favour of just `can upload on Database`

Open dpgaspar opened this issue 1 year ago • 1 comments

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

dpgaspar avatar May 06 '24 09:05 dpgaspar

relates to: https://github.com/orgs/apache/projects/345/views/1?filterQuery=can&pane=issue&itemId=68159292

rusackas avatar Jun 20 '24 15:06 rusackas