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
Pipeline_Controller.Py Doesn'T Exist In Repo, Or Atleast The Link To It In The Docs Is Dead In The Simple Pipeline Example. Any Help Would Be Appreciated.

Pipeline_Controller.py doesn't exist in repo, or atleast the link to it in the docs is dead in the simple pipeline example. Any help would be appreciated.

  
  
Posted one year ago
Votes Newest

Answers 9


I'll read the 3 examples now. Am I right to assume that I should drop Pipeline_Controller.py

  
  
Posted one year ago

I'll look into those 3. Do those files use step 1, step 2 and step 3 files though?

  
  
Posted one year ago

I believe pipeline_from_tasks.py used to be called pipeline_controller.py

  
  
Posted one year ago

no, step 1, 2 and 3 are unrelated (and still there)

  
  
Posted one year ago

I see - I'll make sure it's fixed 🙂

  
  
Posted one year ago

Hi VexedCat68 , where did you get the link? The pipeline support was refactored and examples were renamed - is there a specific example you're missing?

  
  
Posted one year ago

Here's the link.

  
  
Posted one year ago
237 Views
9 Answers
one year ago
8 months ago
Tags