Michael Ludwig
08/21/2020, 1:57 PMResults like S3Result do I need to use them for all tasks to be able to restart failed flows? Not totally clear to menicholas
Results for tasks that return something used in your downstream dependencies. The idea is that restarting a task that returns something can only work if its inputs are available somewhere; otherwise you'll end up in a perpetual state of failure with undefined inputs.Michael Ludwig
08/24/2020, 5:40 AMnicholas