You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/08/28 04:53:12 UTC

[GitHub] [superset] KevinLiu2333 edited a comment on issue #16321: Unable to create dataset from Presto table that has a DATE column

KevinLiu2333 edited a comment on issue #16321:
URL: https://github.com/apache/superset/issues/16321#issuecomment-907569677


             presto.py  get_columns       
               # column_info = cls._create_column_info(column.Column, column_type)
               column_info = cls._create_column_info(column.Column, column.Type)
               column_info["nullable"] = getattr(column, "Null", True)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org