Skip to content

How to enable the "Parameters" button? #12997

Answered by fosple
fosple asked this question in Q&A / Help
Discussion options

You must be logged in to vote

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:

FEATURE_FLAGS = {
    "ENABLE_TEMPLATE_PROCESSING": True,
}

before the line

#
# Optionally import superset_config_docker.py (which will have been included on

"Parameters" can now be found under the three dots "..." menu next to the "copy link" button.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by fosple
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant