Martin Laurent
02/28/2022, 10:24 AMalex
02/28/2022, 4:54 PMmerge the two resulting brancheshttps://docs.dagster.io/concepts/ops-jobs-graphs/jobs-graphs#fixed-fan-in
looking to ExpectationResultThis object so far is only set-up to communicate to dagster and not really be read back out. I would recommend using your own type as an output if you want to read it in a downstream op
Martin Laurent
03/03/2022, 2:29 PMThe downstream op executes only if all of the outputs were successfully created by the upstream op.
so any op that uses both output of the conditional branching will never execute because 1 of them has not been executed. Any other potential solution?
My use case is depending on some condition I may wan to use one or another algo (op or graph) but both would return an output file. I want to use this output file in subsequent opsalex
03/03/2022, 2:58 PM