How to download sharepoint files in databricks

Viewed 49

How to download sharepoint files in databriks. Tried differnet approaches still unable to authenticate & download...

1 Answers

Reading data from sharepoint using Azure databricks is not possible. Sharepoint is not supported source in Azure databricks.

For more details, kindly refer to Azure Databricks - Datasources.

I found a third party articles which explains - Process & Analyze SharePoint Data in Azure Databricks.

Here are steps:

1.Install the CData JDBC Driver in Azure

2.Connect to SharePoint from Databricks

(1)Configure the Connection to SharePoint (2)Built-in Connection String Designer (3)Load SharePoint Data

3.Analyze SharePoint Data in Azure Databricks

Related