zhugw opened a new issue, #21120: URL: https://github.com/apache/superset/issues/21120
Upload csv, default is text type, and if text type and `mysql+mysqlconnector://`, in chart 2020-04 ==> b'2020-04' So I have to modify table ``` alter table t modify column `dt` varchar(20) ; ``` but if user upload csv again, and select `Replace (drop and recreate table)`, I have to execute modify sql again. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
