and previously I was able to retrieve it, I think the trouble started after I finalized dataset.
And you made sure that the file is on the blob?
Nothing else, is just import and this one line of Dataset.get
Yes, I can see it in the blob and it is not empty:
Dataset.get
only fetches the dataset object, it doesn't try accessing files yet. What else are you doing in your code that reproduces your issue?
from clearml import Dataset
dataset = Dataset.get(
dataset_project,
dataset_name,
dataset_version)
It is just that - the Dataset is stored in Azure Storage Account.
Hi @<1566596960691949568:profile|UpsetWalrus59> , can you add a standalone code snippet that reproduces this behavior?
I also checked the account_name and account_key from clearml.conf file but it seems fine.