peaka_create_cache
Create a cache for a table to improve query performance by storing data locally. Optionally set refresh schedules using ISO-8601 durations.
Instructions
Create a cache for a table in the Peaka project. Caching a table improves query performance by storing the data locally. Schedule expressions are optional at creation time and use ISO-8601 durations (e.g. PT6H, P1D, P7D, P30D); they can be set later with peaka_update_cache.
If you do not already know the projectId for the current task, call peaka_list_projects first and ask the user which project to use. Remember the chosen projectId for subsequent calls in this conversation.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| catalogId | Yes | ||
| projectId | Yes | The Peaka project ID to run against. | |
| tableName | Yes | ||
| schemaName | Yes | ||
| fullRefreshSchedule | No | Optional ISO-8601 duration for the full refresh schedule, e.g. P7D, P30D. | |
| incrementalSchedule | No | Optional ISO-8601 duration for the incremental refresh schedule, e.g. PT6H, P1D. |