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 one year ago
Votes Newest

Answers 7


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 one year ago

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

  
  
Posted one year 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 one year ago

Yep got it working thanks.

  
  
Posted one year ago

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

  
  
Posted one year ago

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

  
  
Posted one year ago

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

  
  
Posted one year ago
997 Views
7 Answers
one year ago
one year ago
Tags