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: [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]