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, Can Clearml Uploads Data To Private Blob Storage Azure? I Have Authorization Errors. Is It Due To The Fact That I Do Not Have The Required Permission On The Storage Account (Could Be Possible) Or The Fact That The Storage Account Is Set As Private A

Hey,
Can ClearML uploads data to private blob storage Azure?

I have authorization errors. Is it due to the fact that I do not have the required permission on the storage account (could be possible) or the fact that the storage account is set as private access?

  
  
Posted 10 months ago
Votes Newest

Answers 7


@<1556812486840160256:profile|SuccessfulRaven86> , you can specify different containers in clearml.conf

  
  
Posted 10 months ago

@<1556812486840160256:profile|SuccessfulRaven86> , I think this is because you don't have the proper permissions 🙂

  
  
Posted 10 months ago

How to set that up inside clearml.conf or something else to know which credentials to load?

  
  
Posted 10 months ago

you should be able to test your credential first using something like rclone or azure-cli

  
  
Posted 10 months ago

Great, and can we specify an environment variable of ClearML that directly updates the clearml.conf file regarding the azure config or do something similar. I do not want to ask every engineer of my team to modify its clearml.conf file? @<1523701070390366208:profile|CostlyOstrich36> Thanks

  
  
Posted 10 months ago

Related to that,
Is it possible to do Dataset.add_external_files() with source_url and destination_url being two separate azure storage containers?

  
  
Posted 10 months ago

Yep got it working thanks.

  
  
Posted 10 months ago
582 Views
7 Answers
10 months ago
10 months ago
Tags