I am working with microsoft fabric and I need to create a data pipeline to extract information from a folder located on an onpremise server, but I don't see any connector from fabric that allows me to connect to this source onpremise, how can I do this?
Asked
Active
Viewed 71 times
1
-
Question: what is your on-prem data, is it SQL or csv/ any other file format? – Sally Dabbah Jul 06 '23 at 06:35
-
You'll need some sort of Self Hosted Integration Runtime and normal Azure Data Factory pipeline to get your data from On Prem to the fabric storage account. Or use AZCopy to move data from your on prem to the cloud. – Jon Jul 11 '23 at 13:10
1 Answers
0
If you are using pipelines ,You need to get your data to Fabric Lakehouse
- create Lakehouse following this link: https://learn.microsoft.com/en-us/fabric/data-engineering/tutorial-build-lakehouse
- Load your on-prem files to Lakehouse
- After loading your data into lakehouse ,in lakehouse click on create a pipeline:
- add activity - lets assume copy activity -> select Lakehouse and choose your file.
if you're using data flows - try using dataflow gen 2 and here you can see on-prem data sources

Sally Dabbah
- 411
- 2
- 8