betodealmeida commented on code in PR #20323:
URL: https://github.com/apache/superset/pull/20323#discussion_r892989081
##########
superset/connectors/sqla/utils.py:
##########
@@ -174,7 +174,7 @@ def validate_adhoc_subquery(
level=ErrorLevel.ERROR,
)
)
- statement = insert_rls(statement, database_id, default_schema)
+ statement = insert_rls_in_predicate(statement, database_id,
default_schema)
Review Comment:
This is used in explore, the current PR changes only SQL Lab.
--
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]