villebro commented on issue #14397:
URL: https://github.com/apache/superset/issues/14397#issuecomment-828994216


   @soubhikbasu do the following:
   1. In your `superset_config.py` file, add the following:
   ```python
   FEATURE_FLAGS = {
       "ROW_LEVEL_SECURITY": True,
   }
   ```
   1. run `superset init`
   
   FYI: In the forthcoming Superset 1.2 version, RLS will be enabled by 
default, but I consider it to have been fully stable since 1.0.


-- 
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]

Reply via email to