Does anyone know if there is a way to find the date a file was uploaded in Foundry? Using _file_system.py I have only been able to obtain the date modified.
Hey avap,
You can use the History and Details tabs in Dataset Preview to view both the version history and file-level details for your dataset. This provides transparency into when data was uploaded, modified, and how the dataset has evolved over time.
1 Like
Thanks for your reply! I can’t preview the file since its unstructured data, but I was able to resolve this issue! I have a list of xlsx files that are ingested from sharepoint, and I could access the metadata through xml.etree.ElementTree!
1 Like