Forum Discussion
Ingesting on premise data with notebooks
How would shortcuts help me in this case? It can externally connect only to S3 and ADLS. The data is stored on local databases.
Hi Anonymous
Which database are you referring here? Can you please specify?
- Anonymous2 years agoNot applicable
Multiple local PG instances
- Anonymous2 years agoNot applicable
Hi Anonymous
You should use a Data Pipeline to copy the data to lakehouse. Fabric data pipelines will be added to the On Prem data gateway in the next few months.
What's new and planned for Data Factory in Microsoft Fabric - Microsoft Fabric | Microsoft Learn
If you need something sooner, you should use Azure Data Factory Pipelines with the Self-Hosted Integration Runtime. For more information please refer to these links:
Copy on-premises data using the Azure Copy Data tool - Azure Data Factory | Microsoft Learn
How to ingest data into Fabric using the Azure Data Factory Copy activity - Microsoft Fabric | Microsoft Learn
Hope this helps. Please let me know if you have any further queries.- Anonymous2 years agoNot applicable
I know about the roadmap, but it's still couple month, we need it now.
In regards to the COPY activity, I am pretty sure you can't use it to build incremental ETL (to append), it re-copies all the data every time you run it, so this is not suitable for us.