Hey,
Following this thread - Refreshing public dashboard (again)
After upgrading to V.8 and utilizing params on an external dashboard (thanks btw!) we see that sometimes, when changing params, it actually runs the query, but sometimes it fetches cached results which are usually too old for our use case (e.g 16 hours ago).
My questions:
- How is this caching mechanism working? (I tried
query_results
but reached a dead end) - Can i change this logic to force a data fetch from the source DB?
- Otherwise, i need to run all available params combinations which sounds a bit too much