delete_statistics
Remove a named statistic from a qualified table in a Fabric Data Warehouse by specifying workspace, warehouse, table, and statistic name.
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 |
|---|---|---|---|
| workspace | Yes | ||
| item | Yes | ||
| qualified_table | Yes | ||
| stat_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||