mistercrunch commented on PR #31587: URL: https://github.com/apache/superset/pull/31587#issuecomment-2576912075
Not directly related, but while trying to add support for python 3.12 on another PR, noticed some things that are related to this. - newer version of pandas removes support for to_sql's dtype arg to receive sqlalchemy types - some code specific to presto around the codebase doing just this - `DateTime if "presto" else string` ... -- 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]
