clone_table
Create a zero-copy clone of a source table in a Fabric Data Warehouse, with optional point-in-time timestamp within the retention window.
Instructions
Create a zero-copy clone of a table using CREATE TABLE … AS CLONE OF ….
Only supported on Fabric Data Warehouses (not SQL Analytics Endpoints).
Args:
workspace: Workspace name or GUID.
item: Warehouse name or GUID.
source: Qualified source table name, e.g. dbo.sales.
new_table: Qualified name for the new cloned table, e.g. dbo.sales_clone.
at: Optional ISO-8601 UTC timestamp for a point-in-time clone,
e.g. 2024-05-20T14:00:00. Must be within the data-retention
window (30 days by default). When omitted, the clone reflects the
current state of the source table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | Yes | ||
| item | Yes | ||
| source | Yes | ||
| new_table | Yes | ||
| at | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||