Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
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?

  
  
Posted one year ago
Votes Newest

Answers


Hi FancyWhale93 , do you have a snippet that reproduces this?

  
  
Posted one year ago
533 Views
1 Answer
one year ago
one year ago
Tags
Similar posts