Hello. I have a Job with 4 Ops that are executed i...
# ask-community
v
Hello. I have a Job with 4 Ops that are executed in order (the next one is waiting for the previous one to complete). For example: A => B => C => D How can I make it so that I can execute a part of flow? Examples: 1. A 2. A => B 3. A => B => C 4. A => B => C => D How can I end a Job after a certain Op?
o
1
dagster bot responded by community 1
v
Yes. Thanks