Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Switch services using the Version drop-down list. Learn more about navigation.
Applies to: ✅ Microsoft Fabric
Delete a table's mirroring policy.
Warning
Deleting the table mirroring policy will permanently delete the delta table in OneLake.
Syntax
.delete table TableName policy mirroring
Learn more about syntax conventions.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| TableName | string |
✔️ | The name of the table for which to delete the policy. |
Example
The following command deletes the mirroring policy at the table level.
.delete table myTable policy mirroring