superset
superset copied to clipboard
Using jinja filters, when i drilldown, the filter is not passed through.
Bug description
Using jinja filters, when i drilldown, the filter is not passed through.
How to reproduce the bug
-
Create a jinja filter AND pda.ano in {{ filter_values('ano')|where_in }}
-
Create a filter
-
After loading the dashboards, choose drilldown to detail
-
The error occurs
Screenshots/recordings
No response
Superset version
3.1.1
Python version
3.9
Node version
16
Browser
Chrome
Additional context
No response
Checklist
- [x] I have searched Superset docs and Slack and didn't find a solution to my problem.
- [x] I have searched the GitHub issue tracker and didn't find a similar bug report.
- [x] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section.
Is there any solution? I have the same problem. My chart has some url_params for jinja filter, but when I drilldown, the filter is not passed through. Tks