cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to analyze/monitor WRITE operations in a Notebook

lauraxyz
Contributor

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?

 

1 REPLY 1

Alberto_Umana
Databricks Employee
Databricks Employee

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

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local community—sign up today to get started!

Sign Up Now