Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Enable pipelines deployments to start from steps after the first one in the pipeline #186

Open
AlexIoannides opened this issue Jul 5, 2022 · 0 comments
Labels
enhancement New feature or request workflow-execution

Comments

@AlexIoannides
Copy link
Contributor

"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.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request workflow-execution
Projects
None yet
Development

No branches or pull requests

1 participant