Skip to main content
The Sequence gem creates a new column that includes incremental values for each record in the input table. This is useful for generating unique IDs or tracking the order of records.

Parameters

Output

The output of the Sequence gem will include the new sequence column and all of the input columns.