Tuesday, June 24, 2025

How to download files from Microsoft Fabric Lakehouse ?

 Challenge:

Yesterday I was trying to download a parquet file from the Microsoft Lakehouse on to my laptop.  So I was searching for the download link.  

But I could not find one.

Solution

Easiest way is to download the Onelake explorer from this link OneLake explorer and use that to browse and download the parquet files.  It works much like Onedrive.


You can also use Python in a Fabric notebook -- Link here


No comments:

Processing Nested JSON with PySpark in Microsoft Fabric

I have been working on a project in Microsoft Fabric, where I am calling an API using a pipeline and getting JSON files into the Files secti...