rusackas commented on PR #33895: URL: https://github.com/apache/superset/pull/33895#issuecomment-4815473541
Thanks for chasing this one down, your diagnosis of the shared `Filters` state was spot on. The same fix merged to `master` via #39685, which moved the per-request `_handle_filters_args` override up into `base_api.py` so it covers every REST endpoint, not just datasets, and closed #33828. So this is covered now, I think, but let me know if you (dis)agree before I close it out. -- 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]
