delete_statistics
Drop a named statistic from a specific table in a Microsoft Fabric Data Warehouse. Use this tool to remove outdated or unnecessary statistics, but consider that this operation is irreversible.
Instructions
Drop a statistic via DROP STATISTICS.
CAUTION: This is a destructive, irreversible operation. Only supported on Data Warehouses (SQL Analytics Endpoints are read-only).
Args:
workspace: Workspace name or GUID.
item: Warehouse name or GUID. SQL Analytics Endpoints are rejected.
qualified_table: Qualified table name, e.g. dbo.sales.
stat_name: Name of the statistic to drop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item | Yes | ||
| stat_name | Yes | ||
| workspace | Yes | ||
| qualified_table | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||