How to find out who deleted the project in dataiku?
pranauv
Registered Posts: 5 ✭✭✭
Hi All,
I am an admin in dataiku and wanted to know which user deleted a specific project.
In my scenario I had a project called "project A" and the next day when I try to search the project i couldn't find it and it was deleted.
So wanted to know is there any way to find out which user deleted a specific project.
Please help me with a solution for this scenario.
Regards,
Pranauv G
Answers
-
Sergey Dataiker, Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS Core Concepts Posts: 365 Dataiker
Hi @pranauv
You will need to scrap DSS_DATA_DIR/run/audit/audit.log for the API call deleting the project (replace the <> placeholders with the values according to your env):
grep "/api/projects/delete" <DSS_DATA_DIR>/run/audit/audit.log | grep <PROJECT_KEY>