Hello! Why I am not able to get artifacts from `Ta...
# ask-metaflow
g
Hello! Why I am not able to get artifacts from
Task('TrainAutoencoderFlow/42/create_data_loaders/165', attempt=0)['model'].data
? If variables are static, like data or parameter it is ok, but I am trying to load some object like np array, model and etc. It says that I don't have credentials. I am using local MinIO as s3 bucket. Would you mind to help me, please?
1
a
can you paste the entire stack trace?
g
Hello. I have only this:
Copy code
.../metaflow/plugins/datatools/s3/s3.py in _one_boto_op(self, op, url, create_tmp_file)
   1263                 self._jitter_sleep(i)
   1264         raise MetaflowS3Exception(
-> 1265             "S3 operation failed.\n" "Key requested: %s\n" "Error: %s" % (url, error)
   1266         )
   1267 

MetaflowS3Exception: S3 operation failed.
Key requested: <s3://metaflow/metaflow/TrainAutoencoderFlow/data/44/44a05d840823670f776a90d94227589b2e12f5ec>
Error: Unable to locate credentials