This is an automated email from the ASF dual-hosted git repository.
villebro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 3a231f6b87 fix(database-api): allow search for all columns (#19662)
3a231f6b87 is described below
commit 3a231f6b871cdab00b9dfb6192af76cf4cf9832a
Author: Ville Brofeldt <[email protected]>
AuthorDate: Tue Apr 12 13:50:57 2022 +0300
fix(database-api): allow search for all columns (#19662)
---
superset/databases/api.py | 2 --
1 file changed, 2 deletions(-)
diff --git a/superset/databases/api.py b/superset/databases/api.py
index 63fcecedc4..e5817afb5d 100644
--- a/superset/databases/api.py
+++ b/superset/databases/api.py
@@ -169,8 +169,6 @@ class DatabaseRestApi(BaseSupersetModelRestApi):
edit_columns = add_columns
- search_columns = ["allow_file_upload", "expose_in_sqllab"]
-
search_filters = {
"allow_file_upload": [DatabaseUploadEnabledFilter],
"expose_in_sqllab": [DatabaseFilter],