feat(file uploads): List only allowed schemas in the file uploads dialog (#32702)

This commit is contained in:
Vitor Avila
2025-03-17 23:36:16 -03:00
committed by GitHub
parent 4adf44a43c
commit e35145c816
5 changed files with 110 additions and 5 deletions

View File

@@ -64,6 +64,7 @@ database_schemas_query_schema = {
"type": "object",
"properties": {
"force": {"type": "boolean"},
"upload_allowed": {"type": "boolean"},
"catalog": {"type": "string"},
},
}