Amazon Keyspaces · Arazzo Workflow
Amazon Keyspaces Update Table Schema
Version 1.0.0
Add columns to an existing table and wait for it to return to ACTIVE.
Provider
Workflows
update-table-schema
Add columns to a table and poll until the table is ACTIVE again.
Confirms the table is ACTIVE, adds columns via UpdateTable, then polls GetTable until the status returns to ACTIVE.
1
confirmActive
GetTable
Read the table and confirm it is ACTIVE before applying a schema change.
2
addColumns
UpdateTable
Add the supplied columns to the table.
3
waitForActive
GetTable
Poll the table until the schema change settles and the service reports the status as ACTIVE again. While the status is UPDATING the step loops back on itself.