You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2018/08/13 04:28:17 UTC

[GitHub] mistercrunch commented on issue #660: Row Level Security

mistercrunch commented on issue #660: Row Level Security
URL: https://github.com/apache/incubator-superset/issues/660#issuecomment-412405611
 
 
   It's still not supported. I think this would require a SIP (Superset Improvement Proposal). I don't think this would be too hard to do though. 
   
   Essentially we need a new model "RowLevelSecurityFilter" that has a many-to-one relationship to "BaseDatasource", and many-to-one to "Roles". Then we need the CRUD to manage those (UI and REST API), FAB's ModelView can provide much of this for free.
   
   After it's a matter of forcing the filter into the `query` method of each connector.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org