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
Hi, I Am Creating Pipeline And Have Several Step/Task. Example Step1 Will Download Data By Varibel Range-Date. Is It Possible, If The Parameter Of Step1 Not Changing (In This Case Range-Date), It Will Not Re-Download And Not Re-Upload It To Artifacts, But

hi,
i am creating pipeline and have several step/task.
example step1 will download data by varibel range-date.
is it possible, if the parameter of step1 not changing (in this case range-date), it will not re-download and not re-upload it to artifacts, but can directly pointing the artifact with that variable?
TIA

  
  
Posted 10 months ago
Votes Newest

Answers 5


Hi, @<1523701070390366208:profile|CostlyOstrich36> ,yes! correct! how to achive that? it will save my storage.

  
  
Posted 10 months ago

None

  
  
Posted 10 months ago

clearml is awsome ❤ 🤩

  
  
Posted 10 months ago

Hi @<1523701260895653888:profile|QuaintJellyfish58> , I think what you're referring to is caching steps - if nothing changed code or configuration wise then use outputs from previous pipeline run. Is that what you're looking for?

  
  
Posted 10 months ago

@<1523701260895653888:profile|QuaintJellyfish58> , check cache_executed_step parameter in pipeline steps

  
  
Posted 10 months ago
607 Views
5 Answers
10 months ago
10 months ago
Tags