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

REPLACE_WITH_RANDOM_BETWEEN

Replaces values with a random number.

Parameters
  • lowerBound – The lower bound of the random number range.

  • sourceColumns – A list of existing column names.

  • upperBound – The upper bound of the random number range.

Example

{ "RecipeAction": { "Operation": "REPLACE_WITH_RANDOM_BETWEEN", "Parameters": { "lowerBound": "1", "sourceColumns": ["column1", "column2"], "upperBound": "100" } } }