dpgaspar commented on a change in pull request #13772:
URL: https://github.com/apache/superset/pull/13772#discussion_r602284617
##########
File path: superset/config.py
##########
@@ -349,7 +349,7 @@ def _try_json_readsha( # pylint: disable=unused-argument
# by that custom datasource access. So we are assuming a default security
config,
# a custom security config could potentially give access to setting
filters on
# tables that users do not have access to.
- "ROW_LEVEL_SECURITY": False,
+ "ROW_LEVEL_SECURITY": True,
Review comment:
Maybe we could just remove this flag from the config, one less config
key, and a bunch of `if`'s on the code
--
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]