Hi!
I am using the query API on v0.12.0+b2449 (using docker container)
http://redashdomain/api/queries/<my_query_id>/results.json?api_key=<my_api_key>
Query is a very simple one with a “fixed” parameter
When I either update the parameter or the query (using the same parameter), the query results update successfully within redash but API always shows the “old” result
Is there a way to update cached results so this always keep the latest data-set extracted of a given query?
Thanks