mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix(database): allow filtering by UUID (#26469)
This commit is contained in:
@@ -205,6 +205,7 @@ class DatabaseRestApi(BaseSupersetModelRestApi):
|
||||
"changed_by",
|
||||
"database_name",
|
||||
"expose_in_sqllab",
|
||||
"uuid",
|
||||
]
|
||||
search_filters = {"allow_file_upload": [DatabaseUploadEnabledFilter]}
|
||||
allowed_rel_fields = {"changed_by", "created_by"}
|
||||
|
||||
Reference in New Issue
Block a user