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 Everyone, I'M Following This Tutorial:

Hi everyone, I'm following this tutorial: None
When i run the pipeline remotely (min 47), the pipeline is created as in the video, but as soon as the task "get data" starts execution, the graph changes and the last task ("select best model") is automatically removed. Any idea why this happens? It doesn't happen if I run the pipeline locally. "select best model" is a task created from a python function, while the other tasks are already logged on the server from previous runs.

  
  
Posted one year ago
Votes Newest

Answers 2


Hi @<1523701087100473344:profile|SuccessfulKoala55> , sure, here it is
I've just hidden the url of the server, which is the self deployed version

  
  
Posted one year ago

Hi @<1578193378640662528:profile|MoodySeaurchin4> , can you attach the log of the pipeline controller when you run it remotely?

  
  
Posted one year ago