mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix(database): allow filtering by UUID (#26469)
(cherry picked from commit e36c014290)
This commit is contained in:
committed by
Michael S. Molina
parent
3fe4d68b75
commit
36846e9c2b
@@ -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