Incubator-superset: Cannot find the Row-Level Security menu

Created on 7 Oct 2020  路  7Comments  路  Source: apache/incubator-superset

Yesterday I downloaded and installed Superset following the docker method. When I searched for the row-level security filter entry in the menus I couldn't find it. Searching on the Internet I found this screenshot from the row-level security proposal where I see several menu entries not present in my installation:

imagen

Screenshots from my installation:

imagen

Is there any way to enable these features? What am I doing wrong?

Most helpful comment

Have you executed superset init after the config change?

All 7 comments

Issue-Label Bot is automatically applying the label #question to this issue, with a confidence of 0.61. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

Made some progress.

I found the config ENABLE_ROW_LEVEL_SECURITY in config.py. So, I created incubator-superset/superset/superset_config.py (the log has reported that the file was found and loaded) setting this variable to True, but without success, nothing different happens on the interface.

Have you executed superset init after the config change?

I suppose it was executed when I executed docker-compose up after creating the superset_config.py file

I can see a stopped container called superset_init (the last execution time was when I executed docker-compose up), and its log says that all went ok, so I suppose that it's ok.

I have deleted all containers and reinstalled everything. Result, the same, no Row-Level Security menu entry.

Can anyone confirm that using the default docker installation method the security menu appears complete?

@dpgaspar Thank you very much, it worked.

I have included my local changes in docker/pythonpath_dev/superset_config._docker.py.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

gbrian picture gbrian  路  3Comments

XiaodiKong picture XiaodiKong  路  3Comments

vylc picture vylc  路  3Comments

amien90 picture amien90  路  3Comments

sashank picture sashank  路  3Comments