How to enable the "Parameters" button? #12997
-
Hey fellow developers, I have a question on how to enable the "Parameters" button (aka Template engine) in Superset (Version: Superset 0.999.0dev). I saw it's a breaking change ( #11172 ), however I'm not able to turn it on. I'm using the docker image from https://hub.docker.com/r/apache/superset :
Content of /etc/superset/superset_config.py :
Step 6 returns:
However, I'm still not able to see the "Parameters" button. What am I doing wrong? Version: Superset 0.999.0dev |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Was able to make it work by myself. For reference: I added the following lines to
before the line
"Parameters" can now be found under the three dots "..." menu next to the "copy link" button. |
Beta Was this translation helpful? Give feedback.
Was able to make it work by myself.
For reference:
I followed the "docker-compose" tutorial at https://superset.apache.org/docs/installation/installing-superset-using-docker-compose and adjusted the file
/superset/docker/pythonpath_dev/superset_config.py
I cloned from the git repo.I added the following lines to
superset_config.py
:before the line
"Parameters" can now be found under the three dots "..." menu next to the "copy link" button.