Create and destroy audit events for ML Model versions
What does this MR do and why?
Adds create and destroy audit events for ML Models
Customers need to audit when models are created or destroyed for regulatory reasons
Changelog: added
How to set up and validate locally
-
Navigate to a Project, then 'Deploy > Model registry'
-
Click on 'Create model'
-
Create a model and model version, and then delete the model version
-
With
gdk psql
, run the following query:select * from audit_events order by created_at desc;
You should see events for model file addition and removal
Related to #463215 (closed)
Edited by Alper Akgun