altef commented on issue #8644: URL: https://github.com/apache/incubator-superset/issues/8644#issuecomment-661613916
It applies the restriction in [connectors/sqla/models.py:get_sqla_query()](https://github.com/apache/incubator-superset/blob/master/superset/connectors/sqla/models.py#L961), so unless SQL Lab uses that (I haven't used SQL Lab yet, but it seems unlikely) it probably doesn't. How does SQL Lab work? Restricting arbitrary SQL would at the very least require parsing of that SQL so as to appropriately limit any subqueries and joins, in addition to the base table. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
