query_at_timestamp
Query an Iceberg table to retrieve data as it existed at a specific past timestamp, enabling time-travel analysis.
Instructions
Time-travel read using FOR TIMESTAMP AS OF timestamp (e.g. '2024-07-18 10:12:20').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| table | Yes | ||
| columns | No | ||
| timestamp | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |