How do I run a job starting from a particular op ...
# ask-community
j
How do I run a job starting from a particular op in Dagit? For example: I have a job, which is made up of 7 ops. The ops do depend on each other. In a bit of special case, I have completed the functions of the 1st and 2nd op (extracting and loading into a database) manually. I want to run the job from the third op onward. How can I do that? thanks for the help.
1
daggy success 1
Edit: Nvm, figured it out. I can just type an op in the config and execute it the job from there.