villebro commented on issue #33775:
URL: https://github.com/apache/superset/issues/33775#issuecomment-4035441556

   I agree agree this is a regression. A workaround would be to split this in 
two parts, which seems unnecessary:
   
   ```python
   {% abc = myfunc() %}
   {{ cache_key_wrapper(abc) }}
   ```
   
   is the same as
   
   ```python
   {{ cache_key_wrapper(myfunc()) }}
   ```
   
   I can open a PR to fix this.


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

Reply via email to