You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/07/26 09:17:29 UTC

[GitHub] [incubator-superset] wooram1125 opened a new issue #7928: Run Async in SQL lab is not working..

wooram1125 opened a new issue #7928: Run Async in SQL lab is not working..
URL: https://github.com/apache/incubator-superset/issues/7928
 
 
   ### Expected results
   
   query success..
   
   ### Actual results
   
   error message, `The query exceeded the 30 seconds timeout.`
   
   ### Checklist
   
   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 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.
   
   I found missing column `allow_run_async`, when `/api/v1/database` is called.
   So, I temporarily modified it as below,
   ```js
   dataEndpoint={
             '/api/v1/database/?q=' +
             '(keys:!(none),' +
             'columns:!(id,database_name,backend,allow_run_async),' +
             'filters:!((col:expose_in_sqllab,opr:eq,value:!t)),' +
             'order_columns:database_name,order_direction:asc)'
           }
   ```
   Please check it. :smile:

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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