mistercrunch commented on a change in pull request #4834: Load async sql lab results early
for Presto
URL: https://github.com/apache/incubator-superset/pull/4834#discussion_r192440645
##########
File path: superset/config.py
##########
@@ -294,6 +294,12 @@ class CeleryConfig(object):
# Timeout duration for SQL Lab synchronous queries
SQLLAB_TIMEOUT = 30
+# When set to true, results from asynchronous sql lab are prefetched
+PREFETCH_ASYNC = True
Review comment:
Should this be a db-level param?
----------------------------------------------------------------
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
|