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
When Using

When using PipelineControler is there a way to execute locally? Or must I use a queue?

  
  
Posted 2 years ago
Votes Newest

Answers 5


the explicity of the variable queue makes it feels like it runs somewhere else

  
  
Posted 2 years ago

yeah but I see it gets enquequed to the default which I don't know what it is connected to

If I execute this task using python .....py will it execute the machine I executed it on?

  
  
Posted 2 years ago

💪

  
  
Posted 2 years ago

yes, it will just run as a python process

  
  
Posted 2 years ago
656 Views
5 Answers
2 years ago
one year ago
Tags
Similar posts