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
Profile picture
TritePigeon86
Moderator
11 Questions, 17 Answers
  Active since 27 November 2023
  Last activity 9 months ago

Reputation

0

Badges 1

16 × Eureka!
0 Votes
1 Answers
975 Views
0 Votes 1 Answers 975 Views
Hi all, I have a pipeline step that does a shutil.copytree and I would like the progress to be shown on the task. is there a way, since shutil copytree has n...
one year ago
0 Votes
1 Answers
738 Views
0 Votes 1 Answers 738 Views
9 months ago
0 Votes
1 Answers
896 Views
0 Votes 1 Answers 896 Views
one year ago
0 Votes
6 Answers
730 Views
0 Votes 6 Answers 730 Views
I'm trying to read the runtimes of tasks after the pipeline finished, for analytics. currently, I'm doing something like this: def collect_task_data(pipe: Pi...
9 months ago
0 Votes
6 Answers
757 Views
0 Votes 6 Answers 757 Views
9 months ago
0 Votes
5 Answers
996 Views
0 Votes 5 Answers 996 Views
Hi. is there a way to pass multiple pre/post execution callbacks for a step?
one year ago
0 Votes
5 Answers
806 Views
0 Votes 5 Answers 806 Views
is there an external way to access PipelineController._relaunch_node(node) ?
one year ago
0 Votes
3 Answers
754 Views
0 Votes 3 Answers 754 Views
Hi, my server is on version 1.11, and yesterday a few of my runs (with agent 1.5.1) failed on TypeError: PipelineController.add_step() got an unexpected keyw...
9 months ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
one year ago
0 Votes
3 Answers
900 Views
0 Votes 3 Answers 900 Views
one year ago
0 Votes
3 Answers
868 Views
0 Votes 3 Answers 868 Views
Hi, I have an AWS Autoscaler based on the sample autoscaler example posted in clearml git. my instances need random external ip on init. is there a way to ed...
one year ago