You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/05/26 09:56:27 UTC

[GitHub] [superset] dpgaspar commented on issue #20131: ENABLE_TEMPLATE_PROCESSING feature flag apparently not working

dpgaspar commented on issue #20131:
URL: https://github.com/apache/superset/issues/20131#issuecomment-1138363293

   I was not able to reproduce the issue, executing:
   ```
   select {{ current_user_id() }} my_userid
   ```
   or
   ```
   select {{current_user_id()}} my_userid
   ```
   
   on SQLLab executed successfully
   
   There may be something wrong with your config, can you please do the following steps to troubleshoot:
   
   - exec into your superset app container (if using this repo docker-compose, `docker exec -it superset_app bash`
   - on bash execute: flask shell
   - Inside flask shell execute:
   ``` python
   from superset.extensions import feature_flag_manager
   feature_flag_manager.is_feature_enabled("ENABLE_TEMPLATE_PROCESSING")
   ```
   - Confirm that it's `True`
   


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org