Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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
User | Count |
---|---|
4 | |
4 | |
2 | |
2 | |
2 |
User | Count |
---|---|
10 | |
8 | |
6 | |
6 | |
6 |