[BUG]: Config.yaml step config only used in first step when calling step multiple times #2145
Open
1 task done
Labels
bug
Something isn't working
Contact Details [Optional]
No response
System Information
zenml 0.50.0
What happened?
We have a pipeline with a step named
run_model
:Using the new pipeline/step syntax, it is called multiple times:
We're using a
config.yaml
based configuration for the step:However, the configuration is only used in
run_model
, not inrun_model_2
,run_model_3
andrun_model_4
, of which the names are automatically generated.Is this a bug?
If not, how can we avoid this from happening other than manually specifying the config multiple times (this would be somewhat redundant / not DRY).
Thanks!
Reproduction steps
...
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: