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:
[email protected]


With regards,
Apache Git Services

Reply via email to