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 Everyone, I Currently Have The Following Problem: I Have Rebuilt A Pipeline From The Example And Have Noticed That The Pipeline Is Registered Cleanly On Cearml But Is Not Executed By The Worker. In The Attachment You Can See The Pipeline From The Ex

Hello everyone, I currently have the following problem: I have rebuilt a pipeline from the example and have noticed that the pipeline is registered cleanly on cearml but is not executed by the worker. in the attachment you can see the pipeline from the example taken from github as well as the logs of the worker and pictures of the platform. Thank you in advance for any ideas 🙂
image
image

  
  
Posted 11 months ago
Votes Newest

Answers 33


If you're running on a windows machine, the same syntax such as export won't work. I'd suggest on checking how to manipulate env variables in windows

  
  
Posted 11 months ago

Click on step_one and on Full details
image

  
  
Posted 11 months ago

image
image

  
  
Posted 11 months ago
82K Views
33 Answers
11 months ago
11 months ago
Tags