@andrewmclagan Hi. If you are using mysql as database of superset, you can change the length of column `type` to solve this problem. ```sql ALTER TABLE `superset`.`table_columns` CHANGE `type` `type` varchar(64) DEFAULT NULL; ```
[ Full content available at: https://github.com/apache/incubator-superset/issues/4271 ] This message was relayed via gitbox.apache.org for [email protected]
