Filter functions

This section describes the following filter functions:

  • IS_DUPLICATE: Returns true if it's not the first time a job sees the input value in the data within the specified window size (measured in minutes). Setting a window size of 0 will only deduplicate within the unit of work being run..

  • NOT: Returns true if the input is false, false if the input is true, null if the input is null, and applies this same logic to each element of an array input.

Last updated