Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.