Hi FancyWhale93 , do you have a snippet that reproduces this?
Answered
Hello,
I'M Trying To Get The Pipeline Progress, But I Can'T Get It Properly.
I'Ve Set The Progress Via
Hello,
I'm trying to get the pipeline progress, but I can't get it properly.
I've set the progress via current_task.set_progress()
in the pipeline after each component
finishes,
and I can get the progress via current_task.get_progress()
.
but each time the pipeline starts a component
, it resets to 0.
so when I monitor the pipeline progress, it shows me like 0,0,0,15,0,0,0,0,25,0,0,0,0...(returns right values only right after the setting the progress)
how can I get or set the progress properly?
919 Views
1
Answer
2 years ago
one year ago
Tags
Similar posts