Hey! Thanks again for creating this framework. I'm enjoying using it.
I was curious if you have considered implementing the following function.
Given a graph and a task name, execute all the dependencies leading up to that task and nothing. This could be an option to run_task (which doesn't appear to execute dependencies of the task?) or as its own function.
Is there are existing way of doing this that I'm missing?
If not are you up for a PR? If so, would love some pointer as how you would want this implemented.
Thanks!
Hey! Thanks again for creating this framework. I'm enjoying using it.
I was curious if you have considered implementing the following function.
Given a graph and a task name, execute all the dependencies leading up to that task and nothing. This could be an option to run_task (which doesn't appear to execute dependencies of the task?) or as its own function.
Is there are existing way of doing this that I'm missing?
If not are you up for a PR? If so, would love some pointer as how you would want this implemented.
Thanks!