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, Following

Hi,
following https://clearml.slack.com/archives/C03E7MNDG3C/p1656488505708899 - I wanted to test my code, but Task.get_tasks() failed with SDK 1.6.0 and Server 1.5.0.
SmugDolphin23 , error code below:
tasks = Task.get_tasks(project_name='example') Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/vscode/.local/lib/python3.8/site-packages/clearml/task.py", line 982, in get_tasks return cls.__get_tasks(task_ids=task_ids, project_name=project_name, tags=tags, File "/home/vscode/.local/lib/python3.8/site-packages/clearml/task.py", line 3817, in __get_tasks queried_tasks = cls._query_tasks( File "/home/vscode/.local/lib/python3.8/site-packages/clearml/task.py", line 3846, in _query_tasks projects.GetAllRequest( File "/home/vscode/.local/lib/python3.8/site-packages/clearml/backend_api/services/v2_13/projects.py", line 1445, in __init__ super(GetAllRequest, self).__init__(**kwargs) File "/home/vscode/.local/lib/python3.8/site-packages/clearml/backend_api/session/request.py", line 23, in __init__ raise ValueError('Unsupported keyword arguments: %s' % ', '.join(kwargs.keys())) ValueError: Unsupported keyword arguments: search_hidden

  
  
Posted one year ago
Votes Newest

Answers 3


Hi SmugDolphin23 , CumbersomeCormorant74
Seems to be working fine 🙂
Thanks, good job!

  
  
Posted one year ago

HandsomeGiraffe70 - please try to update to clearml 1.6.1 - this should solve the issue. Please update us if this worked

  
  
Posted one year ago

Hi HandsomeGiraffe70 ! We found the cause for this problem, we will release a fix ASAP

  
  
Posted one year ago
620 Views
3 Answers
one year ago
one year ago
Tags
Similar posts