You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by jo...@apache.org on 2018/06/22 05:15:09 UTC

[incubator-superset] branch master updated: [druid] Adding verbose_name to editable columns (#5249)

This is an automated email from the ASF dual-hosted git repository.

johnbodley pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 7de5023  [druid] Adding verbose_name to editable columns (#5249)
7de5023 is described below

commit 7de50238a4011fc9df347809e990246df7937d3c
Author: John Bodley <45...@users.noreply.github.com>
AuthorDate: Thu Jun 21 22:15:06 2018 -0700

    [druid] Adding verbose_name to editable columns (#5249)
---
 superset/connectors/druid/views.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset/connectors/druid/views.py b/superset/connectors/druid/views.py
index 7b233dc..9d2539a 100644
--- a/superset/connectors/druid/views.py
+++ b/superset/connectors/druid/views.py
@@ -38,7 +38,7 @@ class DruidColumnInlineView(CompactCRUDMixin, SupersetModelView):  # noqa
     list_widget = ListWidgetWithCheckboxes
 
     edit_columns = [
-        'column_name', 'description', 'dimension_spec_json', 'datasource',
+        'column_name', 'verbose_name', 'description', 'dimension_spec_json', 'datasource',
         'groupby', 'filterable', 'count_distinct', 'sum', 'min', 'max']
     add_columns = edit_columns
     list_columns = [