annibac edited a comment on issue #12487:
URL: https://github.com/apache/superset/issues/12487#issuecomment-830023586
Hello !
I just found a way
In your folder, go to superset > template : there is a "_helpers.tpl" file
which contains the superset_config.
Just add at the end:
```
FEATURE_FLAGS = {
"ENABLE_TEMPLATE_PROCESSING": True,
}
```
And this will work. Not sure if this is the best way to do it, but works for
me for now.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]