Is there a way in the AML designer to set a pipeline and/or specific step to now allow reuse between runs? I've seen quite a few posts on how to do this in code, but I can't seem to find a way to set that property in the designer.
Is there a way in the AML designer to set a pipeline and/or specific step to now allow reuse between runs? I've seen quite a few posts on how to do this in code, but I can't seem to find a way to set that property in the designer.
I have the exact same question. I even recreated the whole Pipeline and reuploaded my imported file with another name to reduce the caching... But after the first time it ALWAYS gets reused...
How Can I get this to work?




Hello,
Use the following steps to update a module pipeline parameter:
At the top of the canvas, select the gear icon.
In the Pipeline parameters section, you can view and update the name and default value for all of your pipeline parameter.

Hope this helps. Thanks.
Regards,
Yutong
Thanks Youtong. Unfortunately, that doesn't seem to be working for me. I tried to add that as a pipeline parameter, but when I go to submit the pipeline again, it just reused the output from the prior run for each module. Here is an example for the first step where I set the Train Dataset. As you can see, it's reusing the dataset.

Yutong,
Please disregard my prior email. I went back and recreated all of the pipeline parameters and now the allow_reuse is working as you described. I must have made a typo or some other error the first time around.
Thank you for this solution!
@YutongTie-MSFT Hi I experience the exact same issue (commented in the initial post above with screenshots)
I recreated all the queries and and used the parameter correnctly (i think) but it keeps getting ignored. Its kind of time critial for me. How can I get this to work?
Hi. I resolved this by checking the 'Regenerate Output' option for a root component.

8 people are following this question.