roll_snapshot_timestamp
Rolls a snapshot's timestamp forward to a specified datetime or resets it to the current time. Works with ISO-8601 format, UTC interpreted for naive datetimes.
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. Naive datetimes (no timezone offset) are interpreted as UTC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| new_dt | No | ||
| warehouse | Yes | ||
| workspace | Yes | ||
| snapshot_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||