cancel
Showing results for 
Search instead for 
Did you mean: 
Administration & Architecture
Explore discussions on Databricks administration, deployment strategies, and architectural best practices. Connect with administrators and architects to optimize your Databricks environment for performance, scalability, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 

Destination Path of Cloned Notebooks

smart5mk
New Contributor III

Hi, for my project I need to get destination paths of cloned notebooks. But when I run the query to get them:

 

''SELECT DISTINCT request_params.destinationPath
FROM system.access.audit
WHERE service_name = "notebook"and
action_name = 'cloneNotebook'
LIMIT 5
''')
 
I am getting some numbers, not readable path like the following:
 
/2833172120372608/3214984686812385/171678592448115
 
I do see the final number,171678592448115, is the notebook ID, but I need a programmatic way to do this. I should ideally be getting something like /Users/{name}/{notebook_name}... Is there any way to decode those numbers?
 
 
 

 

0 REPLIES 0

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.

If there isn’t a group near you, start one and help create a community that brings people together.

Request a New Group