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 2018/06/21 09:05:03 UTC

[GitHub] Narcissus7 removed a comment on issue #4983: sqllab executed sql without response.

Narcissus7 removed a comment on issue #4983: sqllab executed sql without response.
URL: https://github.com/apache/incubator-superset/issues/4983#issuecomment-398656739
 
 
   You can try to change `superset\views\core.Superset.sql_json` as this
   ```
   ...
   try:
       timeout = config.get('SQLLAB_TIMEOUT')
       timeout_msg = (
           'The query exceeded the {timeout} seconds '
           'timeout.').format(**locals())
           # with utils.timeout(seconds=timeout, error_message=timeout_msg): ########
           # pylint: disable=no-value-for-parameter
           data = sql_lab.get_sql_results(
               query_id,
               rendered_query,
               return_results=True)
            ...
   ```

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