Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Ask the Fabric Databases & App Development teams anything! Live on Reddit on August 26th. Learn more.

Reply
MarkBurgess
Advocate I
Advocate I

Transfer file to sharepoint site from Lakehouse

We have csv files in a Fabric lakehouse that we would like to upload to a sharepoint site. We have managed to read from Sharepoint using the API, but I can't write back as neither Sharepoint nor http is a valid sink for a copy activity. 

 

Is there another way of doing this, from a notebook for example?

 

Thanks

Mark

1 ACCEPTED SOLUTION
NandanHegde
Super User
Super User

Yes, unfortunately Data pipelines doesnt support sharepoint or REST/HTTP as sink because of which you have to wirte your own custom code.

 

You can refer the below stackoverflow link:

https://stackoverflow.com/questions/61603107/upload-a-file-to-a-sharepoint-folder-using-python




----------------------------------------------------------------------------------------------
Nandan Hegde (MSFT Data MVP)
LinkedIn Profile : www.linkedin.com/in/nandan-hegde-4a195a66
GitHUB Profile : https://github.com/NandanHegde15
Twitter Profile : @nandan_hegde15
MSFT MVP Profile : https://mvp.microsoft.com/en-US/MVP/profile/8977819f-95fb-ed11-8f6d-000d3a560942
Topmate : https://topmate.io/nandan_hegde
Blog :https://datasharkx.wordpress.com

View solution in original post

2 REPLIES 2
MarkBurgess
Advocate I
Advocate I

Thanks. I ended up going down this route instead, but good to see both options. 

Microsoft SharePoint Data Transfer Using Python | by Warda Rahim | Medium

 

NandanHegde
Super User
Super User

Yes, unfortunately Data pipelines doesnt support sharepoint or REST/HTTP as sink because of which you have to wirte your own custom code.

 

You can refer the below stackoverflow link:

https://stackoverflow.com/questions/61603107/upload-a-file-to-a-sharepoint-folder-using-python




----------------------------------------------------------------------------------------------
Nandan Hegde (MSFT Data MVP)
LinkedIn Profile : www.linkedin.com/in/nandan-hegde-4a195a66
GitHUB Profile : https://github.com/NandanHegde15
Twitter Profile : @nandan_hegde15
MSFT MVP Profile : https://mvp.microsoft.com/en-US/MVP/profile/8977819f-95fb-ed11-8f6d-000d3a560942
Topmate : https://topmate.io/nandan_hegde
Blog :https://datasharkx.wordpress.com

Helpful resources

Announcements
Fabric July 2025 Monthly Update Carousel

Fabric Monthly Update - July 2025

Check out the July 2025 Fabric update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.