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
Hi Does Anyone Know How Can It Be That

Hi
Does anyone know how can it be that task.last_worker returns None ?

  
  
Posted one year ago
Votes Newest

Answers 2


Hi @<1533619716533260288:profile|SmallPigeon24> , is it possible the experiment wasn't run on a worker? In what state is the task?

  
  
Posted one year ago

I think it may be the case - I get that when I don't run through the pipeline but through the IDE option to run a script.

  
  
Posted one year ago