But how? Should I overwrite pipeline's input param...
# advanced-need-help
r
But how? Should I overwrite pipeline's input params? And how to do that using Python iterator over
params:bunch_of_alphas
? The only thing I have in my mind is to create fake kedro's catalog item with new "temporary_alpha_param" Actually I have no how to override the pipeline params in
before_pipeline_run
hook. Could you point some example code?
2 Views