DđČđ§đđŠđąđđđ„đ„đČ đŹđđ đČđšđźđ« đđđđđźđ„đ đ„đđ€đđĄđšđźđŹđ for Notebooks
Hey Microsoft Fabric folks, now you can đđČđ§đđŠđąđđđ„đ„đČ đŹđđ đČđšđźđ« đđđđđźđ„đ đ„đđ€đđĄđšđźđŹđ in Microsoft Fabric notebooksâit's now generally available and makes managing environments easy! This can be done even across workspaces using variable library values, so no more manual UI Lakehouse attachment needed, when switching dev/test/prod. Here's how to set it up - super easy: âą First, create a đđđ«đąđđđ„đ đđąđđ«đđ«đČ in your workspace (e.g., name it "myVL"). âą Add string variables like: - LHname â your lakehouse name - LHid â lakehouse ID (needed only for cross-workspace) - WorkspaceId â target workspace ID (needed only for cross-workspace) âą In your notebook, make the đŻđđ«đČ đđąđ«đŹđ đđđ„đ„ a đđČđđ©đđ«đ€ cell and add this code: %%configure { "defaultLakehouse": { "name": { "variableName": "$(/**/myVL/LHname)" }, "id": { "variableName": "$(/**/myVL/LHid)" }, "workspaceId": { "variableName": "$(/**/myVL/WorkspaceId)" } } } âą Run the cell (it may ask to restart the sessionâjust say yes). That's all! Your notebook now automatically uses the lakehouse from your variables. Drop the id/workspaceId parts if it's in the same workspace. Perfect for reusable notebooks and automated pipelines. Who's already using this? Drop your thoughts below! https://l1nk.dev/wHVON Full details: https://lnkd.in/gShwbfwH #MicrosoftFabric #DataEngineering #Lakehouse #Notebooks #VariableLibrary