I'm using postgres database and logging in as admin. watching YouTube videos and other online documentation I can see that other users have this button enabled but for some reason it doesn't appear in my installation. I'm thinking that it must be something in the config.py file. Everything is fairly vanilla I haven't changed any parameters at this point.
Asked
Active
Viewed 126 times
1 Answers
-1
From answer on this question you need to set this flag in superset_config.py
FEATURE_FLAGS = {
"ENABLE_TEMPLATE_PROCESSING": True,
}

xneg
- 1,204
- 15
- 24