Office365-REST-Python-Client
Office365-REST-Python-Client copied to clipboard
Sharepoint upload skipped in Databricks notebook
I'm using the upload to Sharepoint logic with client key and secret to write a file from Azure Databricks' dbfs location to the SharePoint site. The logic works fine when executed standalone on the Databricks notebook, but I get a 'command skipped' error when trying to schedule it using Azure Data Factory or through a databricks job. Only the logic for the SharePoint upload gets skipped, other commands work fine. Has anyone faced a similar issue?
@akshay-pande are you able to upload file from Azure Databricks without issue ? Can you share the code or steps to do it ?