Skip to main content
Question

Retrieve data from Microsoft fabric lakehouse.

  • March 17, 2024
  • 2 replies
  • 883 views

fme_hans
Contributor
Forum|alt.badge.img+5

Hi

Is it possible to connect fme to a Microsoft Fabric Lakehouse? And read data?

I use fme 2022.2

 

2 replies

hkingsbury
Celebrity
Forum|alt.badge.img+65
  • Celebrity
  • March 17, 2024

Have a look through the REST API documentation - https://learn.microsoft.com/en-us/fabric/data-engineering/lakehouse-api

Using this with an HTTPCaller should get you started


rajeeban_a
Forum|alt.badge.img+1
  • November 27, 2025

There’s a new  Delta Lake Reader available in FME 2025.2, which can read Microsoft Fabric Lakehouse tables directly. However, since you’re on FME 2022.2, you may need to use the REST API with an HTTPCaller instead to access the data as ​@hkingsbury mentioned above.