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
Hi, I'M Having Some Issues That I Can'T Seem To Find Where The Problem Is Or How To Solve It. I'M Running Some Code On The Worker When I'M Trying To Download One Of The Artifacts That Can Be Found In The Input Model Task I'M Getting:

Hi,
I'm having some issues that I can't seem to find where the problem is or how to solve it.
I'm running some code on the worker when I'm trying to download one of the artifacts that can be found in the input model task I'm getting:
2020-05-13 16:22:15,545 - trains.storage - ERROR - Failed credentials for s3://**. Reason: Missing key and secret for S3 storage access (s3://**)although I do have it set up in the profile + It used to work before....

  
  
Posted 3 years ago
Votes Newest

Answers 8


PompousBeetle71 Check the beginning of the log, it should print the configuration, including the access key (excluding the secret) see if it makes sense...

  
  
Posted 3 years ago

PompousBeetle71 so in one project the experiment works as expected, while in the other it fails on credentials ? both running on the same trains-agent machine ?

  
  
Posted 3 years ago

PompousBeetle71 could you check that the "output:destination" is the same for both experiments ?

  
  
Posted 3 years ago

AgitatedDove14 Well, after starting a new project it works. I guess it's a bug.

  
  
Posted 3 years ago

AgitatedDove14 Yes, I can. I didn't delete the previous project yet.

  
  
Posted 3 years ago

I'm glad to hear 🙂
If you can reproduce it, let me know

  
  
Posted 3 years ago

AgitatedDove14 yes, it's the same.

  
  
Posted 3 years ago

AgitatedDove14 yes.

  
  
Posted 3 years ago
644 Views
8 Answers
3 years ago
one year ago
Tags
Similar posts