Forum Discussion
sudhav
3 years agoHelper V
ingesting data from on premise sql server to Fabric Via Notebook
Hi Team, i need to ingest the data from on premise sql server to Fabric. i am able to do this using Dataflows, but my requirement is here to use Notebook. is there any way or code to do that. ple...
tomasbaima
2 years agoFrequent Visitor
The best way to do that is create a Pipeline and use the Copy Data function to ingestion (is more performant than Notebooks). Then once you have the raw data in your Workspace use notebooks to transform and load the data proccesed in your final destination.