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, I Was Wondering If There Is A Way To Attach Files That Are Not Committed To Git To Task Run? I'M Aware To The Option Of


@<1523701070390366208:profile|CostlyOstrich36> Hi, i would expect a feature that looks something like this:
clearml Task CLI option "--mount-files" (or other informative name) which would be used to add local files to the sent task in the following format:

clearml-task --project examples --name remote_test --script my_script.py --mount-files "local_file_1:target_path_1, local_file_2:target_path_2"

of course there would be some size limit to the mounted files (same as you do with limiting uncommitted changes size).

needles to say that the expected behavior is to get a copy of the specified files in the specified target paths.
I think it is an easy to add feature and users could benefit quite a lot from it. what do you think?

  
  
Posted 4 months ago
89 Views
0 Answers
4 months ago
4 months ago