dpgaspar commented on a change in pull request #17702: URL: https://github.com/apache/superset/pull/17702#discussion_r765806997
########## File path: superset/viz.py ########## @@ -373,6 +375,15 @@ def query_obj(self) -> QueryObjectDict: # pylint: disable=too-many-locals self.from_dttm = from_dttm self.to_dttm = to_dttm + # validate sql filters + for param in ("where", "having"): Review comment: makes sense! -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org