Problem
We’re building a feature that allows users to modify table values.
We get initial table rows. After a value is updated in Snowflake, we re-run the same Cube query to fetch the updated result.
However, because the query is identical to the initial one, Cube returns the cached data instead of the fresh result.
Is there a way to bypass or disable caching for a specific query?