Can I return [] from getInputData (map/reduce) if there's nothing more to do and we don't need to progress to map? I don't want the script execution to show as failed.
n
NickSuite
07/14/2021, 5:59 AM
Yes, you can return empty array. I do it when trying to test the getInputDate stage only.