You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the documentation here and to this PR, ROW_LEVEL_SECURITY flag has been moved to FEATURE_FLAGS.
I have tried to add the flag into my superset_config.py, but it is not working. I do have others flags in the configuration file that are already working (such as FAVICONS, and APP_ICON), and logs says conf file is loading properly, so I think the problem is not related to the file itself.
Running superset init fixed my problem. But it brings me a question.. should I run superset init each time I modify my superset_config.py?
Not usually, no. Some feature flags, like the RLS one, populate asditional permissions that won't otherwise get populated. But this is actually a very good point, and one we could bring up in the documentation to highlight which flags require rerunning superset init.
According to the documentation here and to this PR,
ROW_LEVEL_SECURITY
flag has been moved toFEATURE_FLAGS
.I have tried to add the flag into my
superset_config.py
, but it is not working. I do have others flags in the configuration file that are already working (such asFAVICONS
, andAPP_ICON
), and logs says conf file is loading properly, so I think the problem is not related to the file itself.I've tried the following with no success:
Expected results
Given the above configuration, I expect seeing the
Rol Level Security
andAlerts
options underSettings Menu
.Actual results
Environment
20.10.3
apache/superset:1.0.1
1.0.1
How to reproduce the bug
localhost:<your_port>
, login withadmin
admin
and drop down the Settings Menu.Checklist
Make sure to follow these steps before submitting your issue - thank you!
The text was updated successfully, but these errors were encountered: