jagamts1 commented on issue #14404:
URL: https://github.com/apache/superset/issues/14404#issuecomment-829342102


   @soubhikbasu 
   1. First check which version superset are using it.  1.0.0 < superset  >  
1.0.0 
   2. Then add RLS FLAG inside the config file and define config path.
   `SUPERSET_CONFIG_PATH=<your_file_path>/superset_config.py
   `
   3. Run 
   `superset init`
   
   For Superset >= 1.0.0 Then
   ```
   FEATURE_FLAGS = {
       "ROW_LEVEL_SECURITY": True,
   }
   ```
   For Superset < 1.0.0 Then
   
   ```
   ENABLE_ROW_LEVEL_SECURITY = True
   ```


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