metadata "lastmodifiedon" datetime dataset

Solved!
Tate_fr
Level 2
metadata "lastmodifiedon" datetime dataset

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.

 

0 Kudos
1 Solution
Tate_fr
Level 2
Author

Ok answer of my own question:

dataiku.Dataset("dataset_name", project_key='project_name', ignore_flow=False).get_files_info()

great!

 

 

View solution in original post

1 Reply
Tate_fr
Level 2
Author

Ok answer of my own question:

dataiku.Dataset("dataset_name", project_key='project_name', ignore_flow=False).get_files_info()

great!