Jinja filters not working with Global Async Queries (GAQ) #14786
Labels
global:async-query
Related to Async Queries feature
question & help wanted
Use Github discussions instead
I have a working installation of superset 0.38. In this I am able to use jinja's
filter_values
function successfully. While upgrading to version 1.1.0 on my local machine, I useddocker-compose
to start superset and enabled GAQ.Expected results
GAQ should work with templates
Actual results
Not able to apply templates along with GAQ. When I remove
filter_values
function from my query then the chart works fine. Other variables liketo_dttm
are working fine.Screenshots
This is error log from celery worker
How to reproduce the bug
filter_values
function in sql templateEnvironment
(please complete the following information):
Checklist
Make sure to follow these steps before submitting your issue - thank you!
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: