refactor: upload data unification, less permissions and less endpoints (#31959)

This commit is contained in:
Daniel Vaz Gaspar
2025-01-28 11:09:55 +00:00
committed by GitHub
parent 09c1987de4
commit 1b375b715c
14 changed files with 312 additions and 489 deletions

View File

@@ -270,8 +270,7 @@ class SupersetSecurityManager( # pylint: disable=too-many-public-methods
}
ALPHA_ONLY_PMVS = {
("can_csv_upload", "Database"),
("can_excel_upload", "Database"),
("can_upload", "Database"),
}
ADMIN_ONLY_PERMISSIONS = {