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 Everyone. Is There A Way To Ignore Editing

Hello everyone.
Is there a way to ignore editing clearml.conf file and set ENV vars for aws s3 credentials while launching clearml-agent?
In my usecase I start the clearml-agent using sky-pilot in github-actions workflow and I don’t wanna keep any conf file template in our repo. For now I’m loading ENV values using config file (see below sc). Just curious If I can get rid of clearml.conf file. Thanks!!
cc: @<1732933002259861504:profile|ComfortableRobin65>
image

  
  
Posted 29 days ago
Votes Newest

Answers


Hi @<1709740168430227456:profile|HomelyBluewhale47> , dynamic env variables are supported. Please see here - None

  
  
Posted 29 days ago
98 Views
1 Answer
29 days ago
28 days ago
Tags
aws