Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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
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
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!