giftig opened a new issue, #24446:
URL: https://github.com/apache/superset/issues/24446

   With `GLOBAL_ASYNC_QUERIES` enabled, any query error on the chart page will 
result in the query appearing to run forever and never returning any error to 
the user.
   
   #### How to reproduce the bug
   
   1. Configure `GLOBAL_ASYNC_QUERIES`
   2. Create a virtual dataset from any query
   3. Edit he dataset to have invalid SQL, e.g. a syntax error
   4. Click through to the charts page
   
   ### Expected results
   
   The query to be shown to stop with an error, and an indication of what 
underlying error occurred.
   
   ### Actual results
   
   The query has the appearance of running forever, no errors come back from 
the backend in the network tab, and the frontend continues polling the backend 
forever.
   
   ### Environment
   
   (please complete the following information):
   
   - browser type and version: N/A
   - superset version: `2.1`
   - python version: N/A
   - node.js version: N/A
   - any feature flags active: `GLOBAL_ASYNC_QUERIES`
   
   ### Checklist
   
   Make sure to follow these steps before submitting your issue - thank you!
   
   - [x] I have checked the superset logs for python stacktraces and included 
it here as text if there are 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.
   
   ### Additional context
   
   Seems to be a regression in 2.1.


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