Narcissus7 commented 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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to