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
In The Pipeline Examples, Components Have The Following Note:

In the pipeline examples, components have the following note:

notice all package imports inside the function will be automatically logged as

required packages for the pipeline execution step

Where are these requirements taken from? Is it matched based on name with the executing environment?
I wonder because of our internal repositories 🤔

  
  
Posted 2 years ago
Votes Newest

Answers 7


Hi UnevenDolphin73 , I think this is analyzed in the code

  
  
Posted 2 years ago

Maybe a single step pipeline?

  
  
Posted 2 years ago

CostlyOstrich36 so internal references are not resolved somehow? Or, how should one achieve:

def my_step(): from ..utils import foo foo("bar")

  
  
Posted 2 years ago

I'm also getting the following warning, I guess it's some ClearML dependency?
IPython could not be loaded!

  
  
Posted 2 years ago

Hm. Is there a simple way to test tasks, one at a time?

  
  
Posted 2 years ago

Internal references are resolved only in decorator/function pipelines if I recall correctly

  
  
Posted 2 years ago

🤔

  
  
Posted 2 years ago
1K Views
7 Answers
2 years ago
2 years ago
Tags
Similar posts