MOVE_TO_END - Amazon Glue DataBrew
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

MOVE_TO_END

Moves a column to the end position (last column) in the dataset.

Parameters
  • sourceColumn – The name of an existing column.

Example

{ "RecipeAction": { "Operation": "MOVE_TO_END", "Parameters": { "sourceColumn": "height_cm" } } }