Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
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 ??
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 :