Skip to content

Conversation

@schustmi
Copy link
Contributor

@schustmi schustmi commented Feb 2, 2026

Describe changes

This PR adds methods to replay an existing step or pipeline run. What this means concretely:

  • When replaying a step, ZenML will run the step with the same inputs and configuration of the original step run.
  • When replaying a run, ZenML will run the pipeline and allows users to specify a set of steps that should be skipped and re-used from the original pipeline run.

There is also a debug mode, which means the pipeline/step will run on the active stack but switch to a local orchestrator to enable easier debugging using breakpoints and other local debugging tools.

Pre-requisites

Please ensure you have done the following:

  • I have read the CONTRIBUTING.md document.
  • I have added tests to cover my changes.
  • I have based my new branch on develop and the open PR is targeting develop. If your branch wasn't based on develop read Contribution guide on rebasing branch to develop.
  • IMPORTANT: I made sure that my changes are reflected properly in the following resources:
    • ZenML Docs
    • Dashboard: Needs to be communicated to the frontend team.
    • Templates: Might need adjustments (that are not reflected in the template tests) in case of non-breaking changes and deprecations.
    • Projects: Depending on the version dependencies, different projects might get affected.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Other (add details above)

@schustmi schustmi added the release-notes Release notes will be attached and used publicly for this PR. label Feb 2, 2026
@github-actions github-actions bot added internal To filter out internal PRs and issues enhancement New feature or request labels Feb 2, 2026
@schustmi schustmi force-pushed the feature/replays branch 7 times, most recently from dfae28f to a861486 Compare February 2, 2026 14:12
@schustmi schustmi changed the title ZenML replays Step/Pipeline replays Feb 2, 2026
@schustmi schustmi force-pushed the feature/replays branch 17 times, most recently from 32431f4 to 3679503 Compare February 3, 2026 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request internal To filter out internal PRs and issues release-notes Release notes will be attached and used publicly for this PR.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant