Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

NotebookUtils - Enhance to allow profiling of other workspaces

Many of the functions in notebookutils focus on interacting with Fabric items in the same workspace. It would be nice to expand notebookutils to include more functions that can profile other environments.

 

For example, I can list the lakehouses in my current workspace with notebookutils.lakehouse.list().  To access things like lakehouses outside of the workspace, I have to know the workspace ID. However, notebookutils doesn't have a function to find the workspace ID of another workspace.

 

You can use sempy to find the workspace ID using the name of the workspace, so the workaround isn't too complicated. But it'd be nice to be able to do this with notebookutils alone.

Status: New