Danny
07/03/2020, 6:43 PMA
/ \
B C
\ /
D
|
E
i.e. D defines the input from C as optional, and if C is skipped then D and E still run?max
07/03/2020, 6:58 PMDanny
07/03/2020, 7:01 PMfan_in
solid accepted many optional inputs and just yielded the first one. Problem was that dagster enforces that as soon as a solid is skipped, anything that takes its outputs downstream is automatically skipped, even if those downstream solids mark those inputs as optional.max
07/03/2020, 11:25 PM