NandiniN
Databricks Employee
Databricks Employee

4. Is it possible somehow disable using cache in serverless sql warehouse cluster?

Remote result cache is available for queries using ODBC / JDBC clients and SQL Statement API.

To disable query result caching, you can run SET use_cached_result = false in the SQL editor.