<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Connect to data in one drive to Azure Databricks in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/connect-to-data-in-one-drive-to-azure-databricks/m-p/55065#M30233</link>
    <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/92566"&gt;@chari&lt;/a&gt;&amp;nbsp;Also you ingest both Sharepoint and OneDrive data directly into Databricks using Partner Connect.&lt;/P&gt;
&lt;P&gt;You can refer to the documentation bellow for more information:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://docs.databricks.com/en/partners/ingestion/fivetran.html#connect-to-fivetran-using-partner-connect" target="_self"&gt;Connect to Fivetran using Partner Connect&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://fivetran.com/docs/files/share-point/setup-guide" target="_self"&gt;Fivetran Sharepoint Connector Documentation&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://fivetran.com/docs/files/one-drive" target="_self"&gt;Fivetran OneDrive Connector Documentation&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Dec 2023 16:03:29 GMT</pubDate>
    <dc:creator>gabsylvain</dc:creator>
    <dc:date>2023-12-11T16:03:29Z</dc:date>
    <item>
      <title>Connect to data in one drive to Azure Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/connect-to-data-in-one-drive-to-azure-databricks/m-p/55054#M30228</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;A colleague of mine previously built a data pipeline for connecting data available on share point (one drive), coded in python in jupyter notebook. Now, its my job to transfer the code to Azure databricks and I am unable to connect/download this data to the new platform.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some hinted that its impossible. So I am seeking help here to understand a work around. If you had any experience please take a moment to type here. It helps !!!&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 13:04:19 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/connect-to-data-in-one-drive-to-azure-databricks/m-p/55054#M30228</guid>
      <dc:creator>chari</dc:creator>
      <dc:date>2023-12-11T13:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to data in one drive to Azure Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/connect-to-data-in-one-drive-to-azure-databricks/m-p/55058#M30229</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/92566"&gt;@chari&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;In my experience, custom Python code to interact with third party application through REST APIs that was build on Jupyter should also work within Databricks. There's even a Python client library that already exists for this:&amp;nbsp;&lt;A href="https://pypi.org/project/Office365-REST-Python-Client/" target="_blank"&gt;https://pypi.org/project/Office365-REST-Python-Client/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Otherwise, CData offers a JDBC connector to Sharepoint, but it is licensed so you might have to pay to use it:&amp;nbsp;&lt;A href="https://www.cdata.com/kb/tech/sharepoint-jdbc-azure-databricks.rst" target="_blank"&gt;https://www.cdata.com/kb/tech/sharepoint-jdbc-azure-databricks.rst&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;It would help if you could share a bit more information on how your colleague previously built the data pipeline and also if you could share error messages / stacktrace of when it fails on Azure Databricks.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Gab&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 14:33:40 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/connect-to-data-in-one-drive-to-azure-databricks/m-p/55058#M30229</guid>
      <dc:creator>gabsylvain</dc:creator>
      <dc:date>2023-12-11T14:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to data in one drive to Azure Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/connect-to-data-in-one-drive-to-azure-databricks/m-p/55065#M30233</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/92566"&gt;@chari&lt;/a&gt;&amp;nbsp;Also you ingest both Sharepoint and OneDrive data directly into Databricks using Partner Connect.&lt;/P&gt;
&lt;P&gt;You can refer to the documentation bellow for more information:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://docs.databricks.com/en/partners/ingestion/fivetran.html#connect-to-fivetran-using-partner-connect" target="_self"&gt;Connect to Fivetran using Partner Connect&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://fivetran.com/docs/files/share-point/setup-guide" target="_self"&gt;Fivetran Sharepoint Connector Documentation&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://fivetran.com/docs/files/one-drive" target="_self"&gt;Fivetran OneDrive Connector Documentation&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 16:03:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/connect-to-data-in-one-drive-to-azure-databricks/m-p/55065#M30233</guid>
      <dc:creator>gabsylvain</dc:creator>
      <dc:date>2023-12-11T16:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to data in one drive to Azure Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/connect-to-data-in-one-drive-to-azure-databricks/m-p/55140#M30244</link>
      <description>&lt;P&gt;Hello Gab,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;DATA &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; os.&lt;/SPAN&gt;&lt;SPAN&gt;getenv&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"name"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;f&lt;/SPAN&gt;&lt;SPAN&gt;"C:/Users/&lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;SPAN&gt;os.&lt;/SPAN&gt;&lt;SPAN&gt;getlogin&lt;/SPAN&gt;&lt;SPAN&gt;()&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN&gt;/Group/Project/file.xlsx"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;is how the code was originally written.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"name" is the environment name.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 12 Dec 2023 13:11:07 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/connect-to-data-in-one-drive-to-azure-databricks/m-p/55140#M30244</guid>
      <dc:creator>chari</dc:creator>
      <dc:date>2023-12-12T13:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to data in one drive to Azure Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/connect-to-data-in-one-drive-to-azure-databricks/m-p/55142#M30245</link>
      <description>&lt;P&gt;Hello Gab,&lt;/P&gt;&lt;P&gt;Using rest api is a good idea. However, thats new to me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 13:19:33 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/connect-to-data-in-one-drive-to-azure-databricks/m-p/55142#M30245</guid>
      <dc:creator>chari</dc:creator>
      <dc:date>2023-12-12T13:19:33Z</dc:date>
    </item>
  </channel>
</rss>

