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 ?
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).
05-12-2022 11:04 PM
@Dhusanth Thangavadivel https://www.cdata.com/kb/tech/sharepoint-jdbc-azure-databricks.rst this may be helpful.
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.
a week ago
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 ?
05-18-2022 06:15 AM
Do we have any Sharepoint API using which we can integrate directly with Databricks?
a week ago
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"
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?
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