Is there a way to analyze/monitor WRITE operations in a Notebook
Options
- 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?