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/04/26 12:18:14 UTC

[GitHub] [superset] SanjaySharma commented on issue #16650: Jinja template is not working when async query is enabled

SanjaySharma commented on issue #16650:
URL: https://github.com/apache/superset/issues/16650#issuecomment-1109725006

   Hi, I am facing the same kind of issue. I am using the Jinja template variable {{ current_aw_user_id() }} in my queries.
   my queries is very simple:
   
   SELECT * FROM attendance where id ='{{current_aw_user_id()}}';
   SELECT * FROM user where reporting_to_id ='{{current_aw_user_id()}}';
   
   I am facing the same "Unexpected error" issue.
   
   ![Uploading Screenshot 2022-04-19 at 3.25.52 PM.png…]()
   
   
   
   what could be the issue, I went through multiple posts but didn't find any solution.


-- 
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