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
Hello All! Was Wondering If It Is Possible To Generate Report Automatically After Running A Task A Or Pipeline. Or I Do Need To Generate The Report Manually? Maybe Anything In Between? Like Setting The Report Previously And Populate Plots From A Particul

Hello All!
Was wondering if it is possible to generate report automatically after running a task a or pipeline. Or I do need to generate the report manually?
Maybe anything in between? Like setting the Report previously and populate plots from a particular task or pipeline?
Thanks!

  
  
Posted one day ago
Votes Newest

Answers 2


Hi @<1790190274475986944:profile|UpsetPanda50> , everything you can do manually in the webUI you can automate using an API. The webUI itself uses the API so you can always open developer tools (F12) and see what the UI sends to the backend. Then you can simply replicate it in code 🙂

  
  
Posted 23 hours ago

hmm I see. Thanks @<1523701070390366208:profile|CostlyOstrich36>

  
  
Posted 10 hours ago