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
Hi, Sorry This Might Be A Basic Question. I’M Having Trouble Finding Where I Can Read About Visualizing Step Inputs And Outputs. All I’M Seeing On The Pipeline Page Or “Full Details” Page Is The Kwarg For The Step, But It Just Lists The Name, And Isn’T Lo


So, if I’m understanding right, you can see the output artifacts visualized, which I think is just the return value from the function, but you can’t visualize the input to the function? You’d just have to go back and view the output from the previous?

For example, on step 2 I’m just seeing data_frame under configuration, and it says Type: str and nothing else. Is that right?

  
  
Posted one year ago
98 Views
0 Answers
one year ago
one year ago