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 Was Wondering, What Would Be The Best Way To Install A Custom Local Python Package On A Remote Worker? The Remote Worker Has Access To The Repository, But I Am Struggling To Figure Out How I Can Let The Remote Worker Install This Package As


From my understanding the agent basically runs a pip install command (usually pointing to some autogenerated list of packages - depending on configs).

You can treat the 'installed packages' section as if it were a 'requirements.txt' file.

  
  
Posted 3 months ago
55 Views
0 Answers
3 months ago
3 months ago