Sandeep PawarProfabric.guru·Sep 19, 2024Programmatically Removing & Updating Default Lakehouse Of A Fabric NotebookI have written about default lakehouse of a Fabric notebook before here and here. However, unless you used the notebook API, there was no easy/quick way of removing all/selective lakehouses or updating the default lakehouse of a notebook. But thanks ...Discuss·1.3K readsnotebookutils
Sandeep PawarProfabric.guru·Aug 26, 2024Quick Tip : Using NotebookUtils To Get Fabric Lakehouse PropertiesNotebookutils in Fabric now has getWithProperties() method to get the properties of a lakehouse. Earlier the get() method only returned abfs path and not the SQL endpoint. By default it returns the JSON: //sample output {'id': '<>', 'type': 'Lake...Discuss·1.2K readsmicrosoftfabric
Sandeep PawarProfabric.guru·Aug 23, 2024Quick Tip : Validate runMultiple DAG In FabricFirst, if you haven't noticed mssparkutils has been officially renamed to notebookutils. Check out the official documentation for details. Be sure to use/update your notebooks to notebookutils. I have written about runMultiple before. It allows you ...Discuss·2 likes·682 readsnotebookutils