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
Hey, Why Is It Possible To Remove The Task From The Ui When It'S Published And Then Archived But It'S Not Possible To Remove The Archived And Published Task From The Python Sdk (It Gives Me Error - Cannot Delete Published Task)? Are There Any Other Ways T

Hey, why is it possible to remove the task from the UI when it's published and then archived but it's not possible to remove the archived and published task from the Python SDK (it gives me ERROR - Cannot delete published task)? Are there any other ways to delete the task via the code?

  
  
Posted 9 months ago
Votes Newest

Answers


Hi @<1570220844972511232:profile|ObnoxiousBluewhale25> , I see that there is also no force flag for the SDK. Maybe open a github request to add the option to force or just allow deleting archived published tasks.

Currently through code you can use the API to delete those experiments.

  
  
Posted 9 months ago