Forum Discussion
ljml61
1 year agoRegular Visitor
Feed Lakehouse from external app
Hello, I want to feed our Fabric Lakehouse from an on-premise ETL. We are able to to feed an Azure Storage using a Shared Access Signature. But iIcan't find a way to build a SAS on a Fabric Lakehou...
- 1 year ago
Hi ljml61 ,
If you want to push the files to Azure storage as well as to Fabric then you can leverage shortcut. By using shortcut you can avoid duplicating files.
If your source data in on-prem sql server then you can utilise data pipeline with on-prem data gateway
Regards,
Srisakthi
Srisakthi
Super User
1 year agoHi ljml61 ,
Are you pushing data from external aaplication to azure storage via api's? If so similarly you can push the files to one lake also, but here there is SAS Key.
Another way is you can use notebook with spark libraries to connect to your external source and fetch the data load into one lake.
Regards,
Srisakthi