akb_publication_snapshot
Convert a table_query publication into a snapshot by caching its current result to S3. Subsequent visits return the cached result, identified by slug alone.
Instructions
Freeze a table_query publication's current result to S3 and flip its mode to 'snapshot' (subsequent visits return the cached result). Identified by slug alone — the vault is resolved from the publication. Returns the updated publication dict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Publication slug | |
| _vault_skill_ack | No | Opaque acknowledgement returned as vault_skill.ack_token. After applying that guide, retry the unchanged operation with this value. The bundled proxy supplies it automatically. |