mirror of
https://github.com/apache/superset.git
synced 2026-04-21 17:14:57 +00:00
feat(file uploads): List only allowed schemas in the file uploads dialog (#32702)
This commit is contained in:
@@ -64,6 +64,7 @@ database_schemas_query_schema = {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"force": {"type": "boolean"},
|
||||
"upload_allowed": {"type": "boolean"},
|
||||
"catalog": {"type": "string"},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user