hectoradrian961030 commented on issue #25959:
URL: https://github.com/apache/superset/issues/25959#issuecomment-1848931452
> Try:
>
> ```
> FEATURE_FLAGS = {
> "ENABLE_TEMPLATE_PROCESSING": True
> }
> ```
>
> You have a colon, not an equals sign.
Sorry, I copied it wrong in the question, it's always been like this.
DEFAULT_FEATURE_FLAGS: Dict[str, bool] = {
...
}
The error was that I was editing DEFAULT_FEATURE_FLAGS in superset\config.py
And seeing that you have responded by editing FEATURE_FLAGS, I have edited
FEATURE_FLAGS in docker\pythonpath_dev\superset_config.py and it worked. Thank
you.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]