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
Cannot Import My Custom Python File When Creating A Pipeline Using The Decorator Do Anyone Have Any Idea As To How To Solve This Issue.

Cannot import my custom python file when creating a pipeline using the decorator do anyone have any idea as to how to solve this issue.
image
image

  
  
Posted one year ago
Votes Newest

Answers 5


Hi @<1533619725983027200:profile|BattyHedgehong22> , I think it needs to be part of repository

  
  
Posted one year ago

What do you mean? How are you running the pipeline - locally or remotely?

  
  
Posted one year ago

Can I not provide the data using a local function

  
  
Posted one year ago

??

  
  
Posted one year ago

locally

  
  
Posted one year ago
603 Views
5 Answers
one year ago
one year ago
Tags