How to connect and extract data from sharepoint using Databricks (AWS) ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2022 03:39 AM
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 ?
- Labels:
-
AWS
-
Data
-
SharePoint
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2022 04:26 AM
@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).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2022 11:04 PM
@Dhusanth Thangavadivel https://www.cdata.com/kb/tech/sharepoint-jdbc-azure-databricks.rst this may be helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2022 02:48 AM
@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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2024 05:21 AM
Se tivermos o Power Automate, seria mais viável do que a solução acima ?
Por exemplo, se a cada alteração da lista, o power automate, atualizasse a tabela que está no databricks ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2022 06:15 AM
Do we have any Sharepoint API using which we can integrate directly with Databricks?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2024 05:17 AM
Consulta a resposta que me pareceu que está lá a informação que perguntou:
How to connect and process SharePoint Data from Azure Databricks
No trecho abaixo aparece para colocar o link da api:
driver = "cdata.jdbc.sharepoint.SharePointDriver"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2023 08:03 AM
Wondering the same.. Can we use Sharepoint REST API to download the file and save to dbfs/external location and read it?

