Amazon Keyspaces · Arazzo Workflow
Amazon Keyspaces Clone Table Schema
Version 1.0.0
Read a source table's schema and create a new table from it in a target keyspace.
Provider
Workflows
clone-table
Clone a source table's schema into a new table in a target keyspace.
Reads the source table schema, confirms the target keyspace, creates the new table from the source schema, and polls until the new table is ACTIVE.
1
readSource
GetTable
Read the source table to capture its schema definition.
2
confirmTargetKeyspace
GetKeyspace
Confirm the target keyspace exists before creating the cloned table in it.
3
createClone
CreateTable
Create the new table in the target keyspace using the schema captured from the source table.
4
waitForActive
GetTable
Poll the cloned table until the service reports its status as ACTIVE. While the status is CREATING the step loops back on itself.