roll_snapshot_timestamp
Roll a snapshot database timestamp forward to a specified ISO-8601 datetime or reset it to the current timestamp. Specify workspace, warehouse, and snapshot name.
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 | |||