robdiciuccio commented on a change in pull request #11499:
URL:
https://github.com/apache/incubator-superset/pull/11499#discussion_r538047521
##########
File path: superset/common/query_context.py
##########
@@ -75,6 +75,13 @@ def __init__( # pylint: disable=too-many-arguments
self.custom_cache_timeout = custom_cache_timeout
self.result_type = result_type or utils.ChartDataResultType.FULL
self.result_format = result_format or utils.ChartDataResultFormat.JSON
+ self.cache_values = {
+ "datasource": datasource,
+ "queries": queries,
+ "force": force,
+ "result_type": result_type,
+ "result_format": result_format,
Review comment:
See my comment below...
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]