apache / superset

Apache Superset is a Data Visualization and Data Exploration Platform
https://superset.apache.org/
Apache License 2.0
60.49k stars 13.07k forks source link

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

Open dpgaspar opened 2 months ago

dpgaspar commented 2 months ago

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

rusackas commented 2 weeks ago

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