jeffreythewang opened a new pull request #4633: Cache the query string
URL: https://github.com/apache/incubator-superset/pull/4633
 
 
   Only the underlying dataframe was being cached, which caused issues in other 
parts of the application that expect a query string or other information. For 
example, the `DisplayQueryButton` takes in the query response as a parameter, 
and if no query string is provided in the query response, it sends a request to 
fetch the query, which in some cases (druid), runs the query again. This would 
happen any time a chart was generated from cached data.
   
   I also returned a query status in the cached response, as I felt that it 
made sense to do so.
   
   @fabianmenges @GeorgeSirois

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

Reply via email to