Identifier transform
Use this transform to assign a numeric identifier for each row in the dataset.
To add an Identifier transform:
-
Navigate to your visual ETL job in Amazon SageMaker Unified Studio.
-
Choose the plus icon to open the Add nodes menu.
-
Under Transforms, choose Identifier.
-
Select the diagram to add the node to your visual ETL job.
-
Connect the transform node to a data source node.
-
Select the node on the diagram to view details about the transform.
-
Under Column name, enter a name for the new column. This column is named id by default.
-
(Optional) If you want to make the ID unique among the job runs, switch the toggle to on to include a timestamp and extend the column type from long to decimal.