metadata "lastmodifiedon" datetime dataset
Tate_fr
Registered Posts: 8 ✭✭✭✭
Hi,
I'm building a master project which supervised the refresh of other datasets in different projects.
I use the dataiku client api (python) and extract the datasets project_list or the metadata's but I cannot find "lastmodifiedon" that correspond to the last refresh datetime of my datamarts...(not the schema update or creation update).
Where I can find and access that information without adding directly the datasets in my master project.
Thank you for your help. Best regards.
Best Answer
-
Ok answer of my own question:
dataiku.Dataset("dataset_name", project_key='project_name', ignore_flow=False).get_files_info()
great!