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


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
73 Views
0 Answers
4 months ago
4 months ago