Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
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.