mistercrunch opened a new pull request #7606: fix: SqlaColumn.type overflow on mysql URL: https://github.com/apache/incubator-superset/pull/7606 ### CATEGORY - [x] Bug Fix ### SUMMARY Hitting a new error when loading examples around a datatype that exceeds the 32 chars limit on SqlaColumn.type Type looks like 'VARCHAR(255) COLLATE utf8mb4_general_ci' suffix which is too verbose and not needed in that context. Adding mysql-specific code that strips out the collation information.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
