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
How To Create A New Project From Python Code In The Remote Worker?

How to create a new project from Python Code in the Remote worker?

  
  
Posted 2 months ago
Votes Newest

Answers 3


I figured out that I was using the wrong API call. I accidenta used the backend task.set_project() instead of the front end task.move_to_project() and then all the errors were not informative.

  
  
Posted 2 months ago

Hi @<1774245260931633152:profile|GloriousGoldfish63> , I'm not sure what you mean. Can you elaborate please?

  
  
Posted 2 months ago

I mean how to set the task name at script onset of remotely running task?

  
  
Posted 2 months ago