cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

How to connect and extract data from sharepoint using Databricks (AWS) ?

Anonymous
Not applicable

We are using Databricks (on AWS). We need to connect to SharePoint and extract & load data to Databricks Delta table. Any possible solution on this ?

5 REPLIES 5

Hubert-Dudek
Esteemed Contributor III

@Dhusanth Thangavadivelโ€‹ , You can use Azure logic apps to save files from SharePoint to Azure Blob Storage or S3. You can trigger a save operation by a web request (optionally, you can set JSON body with filename).

Atanu
Databricks Employee
Databricks Employee

@Dhusanth Thangavadivelโ€‹  https://www.cdata.com/kb/tech/sharepoint-jdbc-azure-databricks.rst this may be helpful.

Prabakar
Databricks Employee
Databricks Employee

@Dhusanth Thangavadivelโ€‹  This can be done by using the jdbc connector and following the steps mentioned in the document

https://www.cdata.com/kb/tech/sharepoint-jdbc-azure-databricks.rst

listing the file is not possible according to the MSFT doc: https://docs.microsoft.com/en-us/answers/questions/537148/how-can-i-read-share-point-excel-files-in-...

and in the second workaround of the document you can see, you can load SharePoint data as a dataframe using the CData JDBC Driver and the connection information.

Devarsh
Contributor

Do we have any Sharepoint API using which we can integrate directly with Databricks?

yliu
New Contributor III

Wondering the same.. Can we use Sharepoint REST API to download the file and save to dbfs/external location and read it? 

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโ€™t want to miss the chance to attend and share knowledge.

If there isnโ€™t a group near you, start one and help create a community that brings people together.

Request a New Group