Skip to content

Conversation

@schustmi
Copy link
Contributor

@schustmi schustmi commented Nov 28, 2025

Describe changes

  • Don't restart the Kubernetes orchestrator pod for dynamic pipelines
  • Improve placeholder run handling and prevent some potential issues
  • step.map(...) and step.product(...) now return a future object instead of a list of futures of the step invocations. This future behaves similar to a list, but also has an unpack() method to achieve similar behaviour to tuple unpacking.

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)

@github-actions github-actions bot added internal To filter out internal PRs and issues bug Something isn't working labels Nov 28, 2025
@schustmi schustmi changed the title Misc dynamic pipeline fixes Misc dynamic pipeline improvements Nov 28, 2025
@schustmi schustmi force-pushed the bugfix/misc-dynamic-pipelines-fixes branch from 6a53803 to 600ed80 Compare November 28, 2025 07:46
@github-actions
Copy link
Contributor

github-actions bot commented Nov 28, 2025

Documentation Link Check Results

Absolute links check failed
There are broken absolute links in the documentation. See workflow logs for details
Relative links check passed
Last checked: 2025-12-01 05:36:02 UTC

@schustmi schustmi force-pushed the bugfix/misc-dynamic-pipelines-fixes branch 2 times, most recently from a40839e to 38b9aa7 Compare December 1, 2025 03:38
@schustmi schustmi force-pushed the bugfix/misc-dynamic-pipelines-fixes branch from 38b9aa7 to 8f32f9c Compare December 1, 2025 05:34
Copy link
Contributor

@AlexejPenner AlexejPenner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🦭

@schustmi schustmi merged commit 3c8e1ee into develop Dec 1, 2025
77 of 82 checks passed
@schustmi schustmi deleted the bugfix/misc-dynamic-pipelines-fixes branch December 1, 2025 08:13
@strickvl strickvl added the release-notes Release notes will be attached and used publicly for this PR. label Dec 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working 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.

4 participants