Skip to content

Commit

Permalink
fix(database-api): allow search for all columns (#19662)
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro committed Apr 12, 2022
1 parent d7dd411 commit 3a231f6
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 3a231f6

Please sign in to comment.