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
Hey, Anyone Know How To Add A Step With Private Repo? Running This Code:

Hey, anyone know how to add a step with private repo? running this code:

pipe.add_function_step(
    name='step3-test3',
    repo="https://${git_pass}@github.com/my-org/my-repo.git",
    function=Test3,
    function_return=['step3'],
) 

where the agent have an env

git_pass

which is the token, still doesn't work..

  
  
Posted one month ago
Votes Newest

Answers 2


Hey, ignore the above please -> I had a typo in the secret key name

  
  
Posted one month ago

Hi @<1726047624538099712:profile|WorriedSwan6> , what is the error you get from the agent?

  
  
Posted one month ago