Skip to content

Commit

Permalink
fix(database-api): allow search for all columns
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro committed Apr 12, 2022
1 parent 5c63df5 commit 47bce81
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions superset/databases/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit 47bce81

Please sign in to comment.