Skip to content

Commit

Permalink
[hotfix] adding filterable to DruidColumnInlineView.edit_columns
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Apr 4, 2017
1 parent 6566377 commit 02c5cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/connectors/druid/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class DruidColumnInlineView(CompactCRUDMixin, SupersetModelView): # noqa
datamodel = SQLAInterface(models.DruidColumn)
edit_columns = [
'column_name', 'description', 'dimension_spec_json', 'datasource',
'groupby', 'count_distinct', 'sum', 'min', 'max']
'groupby', 'filterable', 'count_distinct', 'sum', 'min', 'max']
add_columns = edit_columns
list_columns = [
'column_name', 'type', 'groupby', 'filterable', 'count_distinct',
Expand Down

0 comments on commit 02c5cac

Please sign in to comment.