Skip to content

Commit

Permalink
fix(database-api): allow search for all columns (apache#19662)
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro authored and philipher29 committed Jun 9, 2022
1 parent 5d6c9c7 commit 6fc645a
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 6fc645a

Please sign in to comment.