Shlummie opened a new pull request, #40003: URL: https://github.com/apache/superset/pull/40003
### SUMMARY Fixes #34400. This updates dashboard filter indicator handling for deck.gl multi-layer charts so applied and rejected native filter metadata is not lost before the dashboard badge logic reads it. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF Not included. This is covered by selector/backend tests. ### TESTING INSTRUCTIONS - Added coverage for aggregating filter metadata across all chart query responses in native filter indicator selectors. - Added coverage for deck.gl multi-layer payloads preserving child layer `applied_filters` and `rejected_filters`. - Ran `python -m py_compile superset/viz.py tests/integration_tests/viz_tests.py`. - Ran `git diff --cached --check` before commit. Local full test execution was blocked because this sparse checkout does not have the Python or frontend dependency environments installed. -- 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]
