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
Profile picture
BrightJellyfish46
Moderator
2 Questions, 8 Answers
  Active since 01 March 2025
  Last activity 5 months ago

Reputation

0

Badges 1

7 × Eureka!
0 Votes
5 Answers
576 Views
0 Votes 5 Answers 576 Views
Hi there, I'm looking into config with env vars. Is there an sdk/client equivalent to the server's dynamic env vars definition? None Looking at the example C...
6 months ago
0 Votes
12 Answers
609 Views
0 Votes 12 Answers 609 Views
6 months ago
0 How Can I Access Task Ids Of Tasks Running Within A

not sure you can but maybe you can get the pipeline children from context?

pipeline_task = PipelineDecorator.get_pipeline_task()
task_ids = pipeline_task.get_children()
6 months ago
0 Hi There, I'M Trying To Set Default Aws Storage Credentials But Keep Getting An Error. I Tried To Fill In The Default Storage As Well As The Bucket Specific Credentials. Note That Adding Config In The "Confuguration Tab" Under User Settings Works Though.

Yeah the following seems to work:

  • click on google storage
  • remove the default Credentials JSON in Default credentials
  • save
  • back
  • click on AWS storage
  • fill Bucket specific credentials
  • saveThis is what the payload looks like
{"aws":{"key":"","secret":"","region":"","token":"","use_credentials_chain":false,"buckets":[{"bucket":"","host":"localhost:9000","key":"evg_user","secret":"evg_pass","token":"","secure":false,"region":"","verify":null,"use_credentials_chain"...
5 months ago
0 Hi There, I'M Trying To Set Default Aws Storage Credentials But Keep Getting An Error. I Tried To Fill In The Default Storage As Well As The Bucket Specific Credentials. Note That Adding Config In The "Confuguration Tab" Under User Settings Works Though.

@<1523701070390366208:profile|CostlyOstrich36> here's the payload (I removed all my data).

{"aws":{"key":"qwe","secret":"","region":"","token":"","use_credentials_chain":false,"buckets":[{"bucket":"","host":"localhost:9000","key":"evg_user","secret":"evg_pass","token":"","secure":false,"region":"","verify":null,"use_credentials_chain":false}]},"google":{"project":null,"credentials_json":{},"buckets":[]},"azure":{"containers":[]}}
5 months ago
0 Hi There, I'M Trying To Set Default Aws Storage Credentials But Keep Getting An Error. I Tried To Fill In The Default Storage As Well As The Bucket Specific Credentials. Note That Adding Config In The "Confuguration Tab" Under User Settings Works Though.

and the default seems to return the same Validation error

Validation error (error for field 'google': error for field 'credentials_json': ('value is wrong, expected type \"str\"', {})..)",
6 months ago
0 Hi There, I'M Trying To Set Default Aws Storage Credentials But Keep Getting An Error. I Tried To Fill In The Default Storage As Well As The Bucket Specific Credentials. Note That Adding Config In The "Confuguration Tab" Under User Settings Works Though.

All there is are defaults (same for AWS/GCP/Azure) . When switching between storage providers on the UI it seems that they don't share the state of that "save" button
image

5 months ago
0 Hi There, I'M Looking Into Config With Env Vars. Is There An Sdk/Client Equivalent To The Server'S Dynamic Env Vars Definition?

You may not be part of clearML... but do you know if there's any plan to support that config pattern? 12-factor style is so common nowadays that it feels odd not having it

6 months ago