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

REMOVE_DUPLICATES

Deletes an entire row, if a duplicate value is encountered in a selected source column.

Parameters
  • sourceColumn – The name of an existing column.

Example

{ "RecipeAction": { "Operation": "REMOVE_DUPLICATES", "Parameters": { "sourceColumn": "nationality" } } }