Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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
Solved! Go to Solution.
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
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
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
Check out the November 2025 Fabric update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!