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, I Use

Hey,
I use logger.report_plotly to report a figure with a big image overlay (~30Kx30K).
After uploading it to the task's page, it shown as a missing image, as attached here.
Didn't see any errors related to uploading it.
Can it be solved in some way?
Thanks
image

  
  
Posted 4 months ago
Votes Newest

Answers 3


Hey @<1523701070390366208:profile|CostlyOstrich36> , here are some more details:

  • I have a pipeline with two steps: step_a returns the image, which is being passed as an input to step_b.
  • I can see the image as an artifact of step_a's task page, and I can download it (~9 MB).
  • When step_b starts, it prints that it was downloaded successfully.
  • Then the Plotly figure is being created. Its Json contains two fields: 'data' and 'layout' where the 'layout' subdict contains 'images' key with the image data.
  • The logger.report_plotly function gets this figure.
  • After all done, the plotly figure in the task's page is missing the layout data: when I download the figure's Json through the Plotly's UI Button, it contains only the 'data' entry, without the 'layout'.
    I'm using a self-hosted server.
  
  
Posted 4 months ago

Hi @<1815919815257231360:profile|UpsetFrog68> , can you see the file in the object storage? Do you have some minimal snippet that reproduces this?

  
  
Posted 4 months ago

Does this reproduce if you run it as a single task and not a pipeline?

  
  
Posted 4 months ago
327 Views
3 Answers
4 months ago
3 months ago
Tags