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, I Was Adding Data Using Clearml-Data And Get The Following Consistent Errors.

Hi, i was adding data using clearml-data and get the following consistent errors.
Retrying (Retry(total=237, connect=237, read=240, redirect=240, status=240)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f6dd7cfc9d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /v2.13/tasks.get_by_id

  
  
Posted one year ago
Votes Newest

Answers 3


Hi SubstantialElk6 , is this a new behavior? This seems either like a DNS issue, or a mis-configured server address

  
  
Posted one year ago

In that case it would definitely be a DNS issue (since configuration is either correct or not)

  
  
Posted one year ago

I would say its intermittent.

  
  
Posted one year ago
759 Views
3 Answers
one year ago
one year ago
Tags