altef commented on issue #8644: [SIP-29] Add support for row-level security URL: https://github.com/apache/incubator-superset/issues/8644#issuecomment-559901374 ### Proposed solution 1. Row level security filters added to the Security menu:  2. Row level security list  3. Row level security interface  That allows for the management of the RowLevelSecurityFilters model. Additionally, for convenience, I've added it as a related view for tables.  After logging in with a user assigned to that role, I can still supply additional filters:  The generated SQL includes the additional filters AND the clause supplied by the row level security filter(s).  Everything seems to be working as expected on my end, and I'd be happy to provide a pull request if no one has any objections to this implementation?
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
