betodealmeida commented on code in PR #35553:
URL: https://github.com/apache/superset/pull/35553#discussion_r2482049464
##########
superset/models/helpers.py:
##########
@@ -871,6 +872,29 @@ def _process_sql_expression( # pylint:
disable=too-many-arguments
raise QueryObjectValidationError(ex.message) from ex
return expression
+ def _should_quote_identifier(self, expr: str) -> bool:
Review Comment:
There's a standard way of doing conditional quoting in `sqlglot`, let me
find it.
--
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]