How to find out who deleted the project in dataiku?

pranauv
Level 1
How to find out who deleted the project in dataiku?

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

0 Kudos
1 Reply
sergeyd
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>

 

0 Kudos