Hi, is there a way to skip a non dynamic op, i.e. ...
# ask-community
i
Hi, is there a way to skip a non dynamic op, i.e. the skip condition is processed inside the op, and if no operation is required, a special value is returned which tells dagster that this op has done no processing.
o
Have you tried using
DynamicOutput
?