Make it clear in the documentation that in case input is defined both through an input_config when building the pipeline and through a static user input in the Pipeline.run method, then the user input is ignored.
Note: we could change this behaviour to make the user input a default value in case the value is null in the component's output? But that'd be future work.
Type of Change
[ ] New feature
[ ] Bug fix
[ ] Breaking change
[x] Documentation update
[ ] Project configuration change
Complexity
Note
Please provide an estimated complexity of this PR of either Low, Medium or High
Complexity: Low
How Has This Been Tested?
[ ] Unit tests
[ ] E2E tests
[x] Manual tests
Checklist
The following requirements should have been met (depending on the changes in the branch):
Description
Make it clear in the documentation that in case input is defined both through an
input_config
when building the pipeline and through a static user input in thePipeline.run
method, then the user input is ignored.Note: we could change this behaviour to make the user input a default value in case the value is null in the component's output? But that'd be future work.
Type of Change
Complexity
Complexity: Low
How Has This Been Tested?
Checklist
The following requirements should have been met (depending on the changes in the branch):