mistercrunch commented on a change in pull request #8069: [SQL Lab] Async query 
results serialization with MessagePack and PyArrow
URL: 
https://github.com/apache/incubator-superset/pull/8069#discussion_r315500426
 
 

 ##########
 File path: superset/__init__.py
 ##########
 @@ -214,6 +214,7 @@ def index(self):
 security_manager = appbuilder.sm
 
 results_backend = app.config.get("RESULTS_BACKEND")
+results_backend_use_msgpack = app.config.get("RESULTS_BACKEND_USE_MSGPACK")
 
 Review comment:
   Agreed, all configs should be set as default in `superset/config.py` and 
commented/documented there.

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


With regards,
Apache Git Services

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

Reply via email to