SHUFFLE_ROWS - 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).

SHUFFLE_ROWS

Shuffles values in a given column. The shuffling can occur with values grouped by a secondary column.

Parameters
  • sourceColumns – An array of existing columns.

  • groupByColumns – An array of columns to group the source columns by while shuffling.

Example

{ "sourceColumns": ["age"], "*groupByColumns*": ["country"] }