set_result_set_caching
Enable or disable result-set caching on a Fabric Data Warehouse. Executes ALTER DATABASE to change the setting and returns the effective state.
Instructions
Enable or disable result-set caching on a warehouse.
Executes ALTER DATABASE CURRENT SET RESULT_SET_CACHING { ON | OFF }
and returns the effective settings read back after the change.
Only supported on Fabric Data Warehouses (not SQL Analytics Endpoints).
SQL Analytics Endpoints are rejected with a ToolError.
Args:
workspace: Workspace name or GUID.
item: Warehouse name or GUID. SQL Analytics Endpoints are rejected.
enabled: True to enable result-set caching, False to disable it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item | Yes | ||
| enabled | Yes | ||
| workspace | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||