fmannhardt commented on PR #30438: URL: https://github.com/apache/superset/pull/30438#issuecomment-2425157242
Not sure if this should go here or to a new issue (and I won't manage to find time to create a reproducible example in the next week). However, I re-tested this feature together with cross filters and the following setup: - A renamed column (colum_a AS "Colum A") is used as source for the cross filter from chart A (with data source A) - A second chart B from a different data source B has the same underlying column (column_a) but this column is only used in a filter of that chart that is based on an JINJA expression (using get_filters() as explained here: https://superset.apache.org/docs/configuration/sql-templating/) - Result is that the cross filter on chart A does not affect chart B. I looked through the code and it, in fact, does not consider searching for JINJA in the filter of other charts. -- 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]
