Trevor Kramer
04/30/2021, 1:28 AMChris White
pack_ds_data
task is not configured to persist / checkpoint its output anywhere. This means that if your pack_ds_data
task needs to retry, and for some reason it ends up retrying in a new process, it will not have access to the inputs that were provided. In practice this is rare, but it could occur (hence the warning)