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, Seems That When I Upload A String As Artifact (

Hi,
Seems that when I upload a string as artifact ( task.upload_artifact(s) where s is a string) that contains newline delimiters ( \n ), these are not parsed well in the artifacts tab in the ClearML UI
i.e., I see the following ####\nTest: Example1 || Status: Passed \nStac When I'd expect the new lines so it would be visualized well

  
  
Posted 3 years ago
Votes Newest

Answers 8


So this is a UI visual issue?

  
  
Posted 3 years ago

This is only in the preview right ?

  
  
Posted 3 years ago

Where else could I witness this?

  
  
Posted 3 years ago

I am not sure what you mean. This is text, while I grab it from the artifact via python and print it, newlines are printed as expected

  
  
Posted 3 years ago

I assume

  
  
Posted 3 years ago

I'll open a relevant issue in Git.

  
  
Posted 3 years ago

Ohh I see now, okay there are two entries on an artifact, the actual artifact (link to file somewhere) and the text preview of the artifact . I think the "preview" is the issue

  
  
Posted 3 years ago