FILL_WITH_NULL - AWS Glue DataBrew

FILL_WITH_NULL

Returns a column with data values replaced by null.

Parameters
  • sourceColumn – The name of an existing column.

Example

{ "RecipeAction": { "Operation": "FILL_WITH_NULL", "Parameters": { "sourceColumn": "rating" } } }