michael-s-molina commented on PR #36529: URL: https://github.com/apache/superset/pull/36529#issuecomment-3674709370
@thinkh No, SQL is NOT automatically translated to different dialects. You are required to provide SQL in the syntax specific to the database driver being used. The SQL is parsed using the engine-specific dialect for AST operations (like RLS injection) but this is reserved for parsing/transformation. Any SQLAlchemy conversion should occur before invoking this API. -- 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]
