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: 

How to get the details of the notebook i.e who is the owner of a notebook ?

Pawanukey12
New Contributor

I am using azure data bricks. we have a version control system git along with it . How do i get to know if this particular notebook is created or owned by whom ??

1 REPLY 1

szymon_dybczak
Esteemed Contributor III

Hi @Pawanukey12 ,

There is no direct API to get the owner of a notebook using the notebook path in Databricks. However, you can manually check the owner of the notebook by the notebook name. You can manually go to the folder where the notebook is located and check the owner of that notebook as you can see in the below image : 

Slash_0-1723016952721.png

 

Also as an alternative way,  you can enable audit logging: https://docs.databricks.com/en/administration-guide/account-settings/audit-log-delivery.html and once that is done, you can then track subsequent actions on notebooks: https://docs.databricks.com/en/administration-guide/account-settings/audit-logs.html#notebook

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