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
GleamingTiger28
Moderator
2 Questions, 19 Answers
  Active since 02 December 2024
  Last activity 12 days ago

Reputation

0

Badges 1

19 × Eureka!
0 Votes
33 Answers
564 Views
0 Votes 33 Answers 564 Views
16 days ago
0 Votes
5 Answers
70 Views
0 Votes 5 Answers 70 Views
12 days ago
0 Hello Everyone, I Currently Have The Following Problem: I Have Rebuilt A Pipeline From The Example And Have Noticed That The Pipeline Is Registered Cleanly On Cearml But Is Not Executed By The Worker. In The Attachment You Can See The Pipeline From The Ex

Worker "DESKTOP-BGDD0C2:0" - Listening to queues:
+----------------------------------+---------+-------+
| id | name | tags |
+----------------------------------+---------+-------+
| da8d82bfb4e540d5bd3de1562ef2d90f | default | |
+----------------------------------+---------+-------+

No tasks in queue da8d82bfb4e540d5bd3de1562ef2d90f
No tasks in Queues, sleeping for 5.0 seconds
No tasks in queue da8d82bfb4e540d5bd3de1562ef2d90f
No tasks in Queues, slee...

16 days ago
0 Hello Everyone, I Currently Have The Following Problem: I Have Rebuilt A Pipeline From The Example And Have Noticed That The Pipeline Is Registered Cleanly On Cearml But Is Not Executed By The Worker. In The Attachment You Can See The Pipeline From The Ex

Hey @<1523701070390366208:profile|CostlyOstrich36> , i have one worker listening ti the default queue, I copied it from the official github None . I asume the pipeline controller is running on the same queue

16 days ago
0 Hello Everyone, Is There An Easy Way To Clone A Pipline And Execute It With New Parameters? I Know That There Is The Possibility With Task But With Pipelines I Haven'T Found Anything In The Documentation Yet. Thank You In Advance For Your Answer.

This is also clear to me. My question is: when I have a pipeline which was executed and was defined as you described, is there a way to use the Python SDK to re-execute this pipeline by name and project with a different set of parameters? For the task element, there is something like Task.clone() , but I could not find a similar function for the pipeline object.

12 days ago