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, Is There A Way To Pull Dataset From A Local Hdd When Using Pipeline As Function?

Hello, is there a way to pull dataset from a local hdd when using pipeline as function?

  
  
Posted 10 months ago
Votes Newest

Answers 3


When I run as regular remote task it works. But when I run as a step in pipeline, it cannot access the same folder in my local machine.

  
  
Posted 10 months ago

Just to add, when I run the pipeline locally it works as well.

  
  
Posted 10 months ago

I think it's the same usage as it were a regular task. Did you encounter any issues?

  
  
Posted 10 months ago