ddxdental opened a new issue #14105:
URL: https://github.com/apache/superset/issues/14105


   As described in issue #5018 and #4271 this is still an problem.  I am 
working againt a MariaDB table that uses the ENUM type and pretty verbose ENUM 
options.  
   
   Bumping the `type` column to `varchar(1024)` did it for me (with plenty of 
room to spare).
   
   `ALTER TABLE `superset`.`table_columns` CHANGE `type` `type` varchar(64) 
DEFAULT NULL`
   
   


-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to