As per my understanding, you are looking to upload a file to SharePoint using Synapse Data Pipelines. Please feel free to correct me if my understanding is not accurate.
Currently, there is no out-of-the-box feature or connector in Synapse Pipelines to upload files directly to SharePoint.
As a workaround, you can either:
- Create custom code (e.g., using PowerShell or Python) and execute it using a Custom Activity in Synapse Pipelines, or
- Implement a solution using Azure Logic Apps, which has native connectors for SharePoint.
Here is a third-party article from a community contributor that outlines the steps involved: Publishing files from Synapse to SharePoint
Additionally, here is a related feature request submitted by other users: Support SharePoint folder as a sink. Support sharepoint folder as a sink
I hope this information helps. Please do let us know if you have any further queries.
Kindly consider upvoting the comment if the information provided is helpful—it can assist other community members facing similar issues.