How do we get user list who accessed/downloaded specific model in Unity catalog for last 6 months
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2025 11:54 PM
How do we get user list who accessed/downloaded specific model in Unity catalog for last 6 months
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2025 04:44 AM
Hello @AnkitShah,
You can use audit logs: https://docs.databricks.com/en/admin/account-settings/audit-logs.html#unity-catalog-events
https://docs.databricks.com/en/admin/system-tables/index.html
Please let me know if you have any other questions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2025 11:42 PM
Thanks Alberto for your response.
But still i can't find downloadregisteredmodel action in audit log to check user has downloaded model artifact to some destination location.
Also, i can't see any table in information_schema schema like model_priviledges showing all the priviledges a user has on the model.
Can you please help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2025 10:24 PM
Thanks Alberto for your response.
But still i can't find downloadregisteredmodel action in audit log to check user has downloaded model artifact to some destination location.
Also, i can't see any table in information_schema schema like model_priviledges showing all the priviledges a user has on the model.
Can you please help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2025 05:24 AM
Hi @AnkitShah,
I just tried on my end and found these 2 tables that might be useful. They do not exact show who downloaded a model artifact but who interacted with it:
https://docs.databricks.com/en/ai-gateway/configure-ai-gateway-endpoints.html#usage-schema