You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "giftig (via GitHub)" <gi...@apache.org> on 2023/06/19 09:25:32 UTC

[GitHub] [superset] giftig opened a new issue, #24446: 2.1: No error reporting in charts with GLOBAL_ASYNC_QUERIES

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: notifications-unsubscribe@superset.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] villebro closed issue #24446: 2.1: No error reporting in charts with GLOBAL_ASYNC_QUERIES

Posted by "villebro (via GitHub)" <gi...@apache.org>.
villebro closed issue #24446: 2.1: No error reporting in charts with GLOBAL_ASYNC_QUERIES
URL: https://github.com/apache/superset/issues/24446


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org