@Eric Kieftโ :
In Databricks, the Recents view shows the recently accessed notebooks, dashboards, and folders. However, it does not show the exact location of the item. To determine the location of an item in the Recents view, you can try the following:
- Hover over the item: When you hover over an item in the Recents view, a tooltip should appear that shows the full path of the item.
- Use the search bar: You can use the search bar at the top of the Databricks workspace to search for the name of the item. When you find the item, its location should be displayed in the search results.
- Use the Workspace view: The Workspace view in Databricks shows the entire folder hierarchy, so you can navigate to the folder that contains the item. Once you find the item in the Workspace view, you can see its location in the folder hierarchy.
- Use the API: You can use the Databricks API to get the metadata for an item, including its location. You can use the GET /api/2.0/workspace/get endpoint to get the metadata for a notebook or folder, or the GET /api/2.0/dashboards/get endpoint to get the metadata for a dashboard.