Loading data from spark dataframe directly to Sharepoint

sshynkary
New Contributor

Hi guys!
I am trying to load data directly from PySpark dataframe to Sharepoint folder and I cannot find a solution regarding it.
I wanted to implement workaround using volumes and logic apps, but there are few issues. I need to partition df in a few files, because the limit to load data to SharePoint is 250GB and after every commit the hash is generated for every file, and in logic apps the filename should be fixed. So I need to do it directly.
The only possible solution I have found is here
Maybe you had a similar task and can provide a better solution? I will really appreciate your answer