Quick Tip : Using NotebookUtils To Get Fabric Lakehouse Properties
Notebookutils 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...
fabric.guru1 min read