findepi opened a new issue #4958: UI says 'Run query asynchronously' but query run synchronously URL: https://github.com/apache/incubator-superset/issues/4958 Make sure these boxes are checked before submitting your issue - thank you! - [x] I have checked the superset logs for python stacktraces and included it here as text if any - [x] I have reproduced the issue with at least the latest released version of superset - [x] I have checked the issue tracker for the same issue and I haven't found one similar ### Superset version 0.25.0 ### Expected results Query executed asynchronously, as it was in Superset 024.0 Or -- query executed synchronously and web UI not suggesting it's doing the otherwise. ### Actual results Web UI's "Run Query" button's tooltip says "Run query asynchronously", but the query is executed synchronously. ### Steps to reproduce 1. Use superset 0.25.0 (i couldn't repro with 0.24.0) 1. Configure database with both `Allow Run Sync` and `Allow Run Async` checked. 2. execute query
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
