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
I Have A Pydantic Class For My Pipeline Params (That Verifies Integrity Of Booleans, Strings, Emails, Aws-Intance-Ids And Such). I Want To Use Tihs Class To Verify The Parameters Integrity Before Passing Them To My Pipeline, Both From Code And From Ui (Wh

I have a Pydantic Class for my pipeline params (that verifies integrity of booleans, strings, emails, aws-intance-ids and such). I want to use tihs class to verify the parameters integrity before passing them to my pipeline, both from code and from UI (when user runs the pipeline it will use the class before running the pipeline). I'm building pipeline from published tasks and not from functions.

  
  
Posted 2 months ago
Votes Newest

Answers


Hi @<1639799308809146368:profile|TritePigeon86>
Sounds awesome, how can we help?

  
  
Posted 2 months ago
143 Views
1 Answer
2 months ago
2 months ago
Tags