You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.
"As a ML Engineer, I would like to be able to run a pipeline starting part-way through the series of stages, so that I do not have to rerun successfully completed stages."
Tasks
Extend bodywork.workflow_execution.run_workflow so that it can deploy a pipeline starting at a step that isn't the first one in the pipeline.
Update the create and update deployment commands in bodywork.cli.cli, so that can take a start-from optional argument to use with the extended version of bodywork.workflow_execution.run_workflow.
Add new unit tests to cover the new functionality.
The text was updated successfully, but these errors were encountered:
"As a ML Engineer, I would like to be able to run a pipeline starting part-way through the series of stages, so that I do not have to rerun successfully completed stages."
Tasks
bodywork.workflow_execution.run_workflow
so that it can deploy a pipeline starting at a step that isn't the first one in the pipeline.create
andupdate
deployment commands inbodywork.cli.cli
, so that can take astart-from
optional argument to use with the extended version ofbodywork.workflow_execution.run_workflow
.The text was updated successfully, but these errors were encountered: