โ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.
3 weeks 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?
3 weeks 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