Make a table's latest version the served one
promote_tablePromotion is the one human gate. It makes the table's newest passing version the version everyone reads, and it starts the recurring refresh that keeps it current. Example: {"table_id": "…", "confirm": true}. It refuses without confirm: true. Only call it when the person you are working for has said to. Check the data with query_run first. Returns {table_id, promotion_status, live_version_id, cadence, dashboard_url}. The promotion also starts a catch-up refresh; when that refresh's projected spend crosses the workspace threshold the table is STILL PROMOTED and the answer carries held_run with the projection — show it and call confirm_run, or cancel_run to leave the table live without the catch-up. Do not call start_run for it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cadence | No | ||
| confirm | No | ||
| table_id | Yes |