FelipeGLopez commented on code in PR #36422: URL: https://github.com/apache/superset/pull/36422#discussion_r2636284822
########## superset/commands/database/validate_sql.py: ########## @@ -32,6 +32,7 @@ ) from superset.daos.database import DatabaseDAO from superset.errors import ErrorLevel, SupersetError, SupersetErrorType +from superset.jinja_context import get_template_processor Review Comment: Hi @pizofreude. I just updated this code with some comments to understand the behavior of when the feature flag and added a couple of tests that covers the cases from point number 2. -- 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]
