roll_snapshot_timestamp
Roll a snapshot database timestamp forward to a specified datetime or reset to current time. Useful for managing temporal data consistency in Fabric warehouses.
Instructions
Roll a snapshot's timestamp forward (or reset to current).
Args: workspace: Workspace name or GUID. warehouse: Parent warehouse name or GUID (used for the SQL connection). snapshot_name: The snapshot database name to roll. new_dt: Optional ISO-8601 datetime string; defaults to CURRENT_TIMESTAMP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | Yes | ||
| warehouse | Yes | ||
| snapshot_name | Yes | ||
| new_dt | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||