Is there a way to analyze/monitor WRITE operations in a Notebook
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2025 11:03 AM
I have user input as a Notebook, which process data and save it to a global temp view. Now I have my caller notebook to execute the input Notebook with dbutils.notebook API.
Since the user can do anything in their notebook, I would like to analyze their notebook and make sure there is no other WRITE operations or any malicious operations before I execute their notebook. Is there any built-in feature for this analysis?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2025 11:14 AM
Hi @lauraxyz,
I think you can use the system table and audit logs to achieve that monitoring:
https://docs.databricks.com/en/admin/account-settings/audit-logs.html

