You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by GitBox <gi...@apache.org> on 2017/10/26 17:23:19 UTC

[GitHub] fabianmenges commented on a change in pull request #3529: [explore] using verbose_name in 'Time Column' control

fabianmenges commented on a change in pull request #3529: [explore] using verbose_name in 'Time Column' control
URL: https://github.com/apache/incubator-superset/pull/3529#discussion_r147210724
 
 

 ##########
 File path: superset/connectors/base/models.py
 ##########
 @@ -205,6 +205,7 @@ class BaseColumn(AuditMixinNullable, ImportMixin):
     min = Column(Boolean, default=False)
     filterable = Column(Boolean, default=False)
     description = Column(Text)
+    is_dttm = None
 
 Review comment:
   The 'columns' table (used by DruidColumn) does not have that column, this will need a DB migration script.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services