Greetings,
I would like to get a view of which files uploaded to CDF through extractors have not been completely uploaded and only partially uploaded.
In order to do this, I wanted to write a python script that compares the files sizes in the RAW metadata tables with the actual file sizes in CDF.
The question is, is there a way to retrieve file size directly of a file in CDF through python SDK without having to download the files locally?
Thanks in advance