Mainer-g00t commented on PR #30438:
URL: https://github.com/apache/superset/pull/30438#issuecomment-2419529544

   All our dashboards utilize cross-filters across various virtual datasets, 
and we use Jinja to capture and apply filters, even if the filtered columns in 
the filter are not present in the dataset.
   For example: 
   - dataset & chart 1: city, number of habitants
   - dataset & chart 2: profession, number of proffesionals
   We filter between both using the filter in the WHERE statement. The reason 
for having different datasets is that the cardinality in our tables is very 
high and a single dataset ruins performance.
   
   I'm afraid that if this is applied automatically to every case could 
basically break all of our dashboards


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