I am trying to do some benchmarking for some query patterns. Multiple runs aren't very useful as snowflake returns the result immediately using QUERY RESULT REUSE node. Is there a way to force snowflake to re-compute the query?
Suspending and restarting a warehouse or using a new warehouse doesn't help with this.