betodealmeida commented on issue #26646: URL: https://github.com/apache/superset/issues/26646#issuecomment-2730901700
And for context, we've done a lot of working in unifying how we create a SQLAlchemy engine, and get connection or inspector — this was needed for SSH tunneling, which needs to set up the tunnel for the connection and tear it down after the engine has been used. But one thing we haven't unified yet is running queries; as I commented in your draft PR not all databases support multiple sequential statements, eg, and there are other nuances because we support 50+ different databases. -- 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]
