Forum Discussion
shruti02
Jul 11, 2023Copper Contributor
how to upload snowflake query results to sharepoint folder?
programmatically i am trying to upload snowflake query results to sharepoint folder
- Lalit MohanIron Contributor
To upload Snowflake query results to a SharePoint folder programmatically, follow these simplified steps:
- Execute the Snowflake query and fetch the results.
- Connect to SharePoint using a suitable API or library.
- Prepare the query results for upload by converting them to a compatible format (e.g., CSV, Excel, JSON).
- Upload the prepared data to the SharePoint folder using the SharePoint API or library.
Remember to adjust the code according to your specific requirements and access credentials for Snowflake and SharePoint.