Skip to content

Differentiate scalar input artifacts against single item lists#4679

Merged
schustmi merged 3 commits intodevelopfrom
bugfix/differentiate-scalar-vs-single-item-list-inputs
Apr 7, 2026
Merged

Differentiate scalar input artifacts against single item lists#4679
schustmi merged 3 commits intodevelopfrom
bugfix/differentiate-scalar-vs-single-item-list-inputs

Conversation

@schustmi
Copy link
Copy Markdown
Contributor

@schustmi schustmi commented Apr 2, 2026

Describe changes

Fixes a bug where a list of input artifacts of length 1 gets treated as a scalar input artifact and fails because of materializer type incompatibility.

Closes #4647.

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 requested a review from bcdurak April 2, 2026 14:25
@schustmi schustmi added the release-notes Release notes will be attached and used publicly for this PR. label Apr 2, 2026
@github-actions github-actions bot added internal To filter out internal PRs and issues bug Something isn't working labels Apr 2, 2026
@schustmi schustmi force-pushed the bugfix/differentiate-scalar-vs-single-item-list-inputs branch from 24d7a67 to f9f4c84 Compare April 2, 2026 15:10
@schustmi schustmi linked an issue Apr 2, 2026 that may be closed by this pull request
1 task
@schustmi schustmi force-pushed the bugfix/differentiate-scalar-vs-single-item-list-inputs branch from a353da9 to 529209e Compare April 7, 2026 08:38
@schustmi schustmi merged commit 3e49240 into develop Apr 7, 2026
49 of 53 checks passed
@schustmi schustmi deleted the bugfix/differentiate-scalar-vs-single-item-list-inputs branch April 7, 2026 13:15
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.

Dynamic Pipeline: Parsing error on List artefact with length 1

2 participants