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
Unanswered
Hi Everyone, I’D Really Appreciate Your Advice—Thank You In Advance! I’Ve Created A Pipeline Consisting Of Tasks. I Ran Tasks And They Are In Status “Draft”. When I Run The Pipeline Script Using Pipe.Start_Locally(), Everything Works Fine, And The Pipelin

Hi everyone, I’d really appreciate your advice—thank you in advance! I’ve created a pipeline consisting of tasks. I ran tasks and they are in status “Draft”. When I run the pipeline script using pipe.start_locally(), everything works fine, and the pipeline completes successfully. However, when I use pipe.start(queue='default'), the pipeline remains in the "running" status, but the cloned task stays in the "queued" status and never executes. What could be the issue, and how can I resolve it? 🥲

  
  
Posted 21 hours ago
Votes Newest

Answers