<?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 How to Read Shared Drive Data in Databricks in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-to-read-shared-drive-data-in-databricks/m-p/134149#M50035</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I am working on a project where the data is stored on a &lt;STRONG&gt;Shared Drive&lt;/STRONG&gt;. How can I read an Excel file from the &lt;STRONG&gt;Shared Drive&lt;/STRONG&gt; into a Databricks notebook?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
    <pubDate>Wed, 08 Oct 2025 06:04:48 GMT</pubDate>
    <dc:creator>Akshay_Petkar</dc:creator>
    <dc:date>2025-10-08T06:04:48Z</dc:date>
    <item>
      <title>How to Read Shared Drive Data in Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-read-shared-drive-data-in-databricks/m-p/134149#M50035</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I am working on a project where the data is stored on a &lt;STRONG&gt;Shared Drive&lt;/STRONG&gt;. How can I read an Excel file from the &lt;STRONG&gt;Shared Drive&lt;/STRONG&gt; into a Databricks notebook?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2025 06:04:48 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-read-shared-drive-data-in-databricks/m-p/134149#M50035</guid>
      <dc:creator>Akshay_Petkar</dc:creator>
      <dc:date>2025-10-08T06:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to Read Shared Drive Data in Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-read-shared-drive-data-in-databricks/m-p/134153#M50037</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/88335"&gt;@Akshay_Petkar&lt;/a&gt;&amp;nbsp;, is the&amp;nbsp;&lt;STRONG&gt;Shared Drive&lt;/STRONG&gt; something like a&amp;nbsp;&lt;STRONG&gt;Sharepoint Site's document library&lt;/STRONG&gt;? It's not uncommon for businesses to sync these locally. If yes, then you can just use a&amp;nbsp;&lt;STRONG&gt;Sharepoint Connector&amp;nbsp;&lt;/STRONG&gt;or build one.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If this is just a typical network drive, there's really no way to expose this directly to Databricks. However, if you leverage the Databricks SDK/CLI/API, then you could move that file programmatically from the Shared Drive into your Databricks environment &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;. Once it's in your databricks environment, you can then read the excel file. If your IT team don't allow this, you can always propose an SFTP route instead.&lt;BR /&gt;&lt;BR /&gt;I wrote a blog on getting data into databricks manually/programmatically, in here I used the CLI to move it from a file from my machine to my Databricks environment:&lt;BR /&gt;&lt;A href="https://community.databricks.com/t5/community-articles/episode-1-getting-data-in-learning-databricks-one-brick-at-a/td-p/132759" target="_blank" rel="noopener"&gt;https://community.databricks.com/t5/community-articles/episode-1-getting-data-in-learning-databricks-one-brick-at-a/td-p/132759&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;And I wrote a blog on working with Excel files in Databricks:&amp;nbsp;&lt;BR /&gt;&lt;A href="https://community.databricks.com/t5/community-articles/episode-2-reading-excel-files-learning-databricks-one-brick-at-a/td-p/133192" target="_blank" rel="noopener"&gt;https://community.databricks.com/t5/community-articles/episode-2-reading-excel-files-learning-databricks-one-brick-at-a/td-p/133192&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If you don't know whether to use the CLI/SDK/API here's a great article to explain the differences:&amp;nbsp;&lt;A href="https://alexott.blogspot.com/2024/09/databricks-sdks-vs-cli-vs-rest-apis-vs.html" target="_blank" rel="noopener"&gt;https://alexott.blogspot.com/2024/09/databricks-sdks-vs-cli-vs-rest-apis-vs.html&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;All the best,&lt;BR /&gt;BS&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2025 06:37:32 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-read-shared-drive-data-in-databricks/m-p/134153#M50037</guid>
      <dc:creator>BS_THE_ANALYST</dc:creator>
      <dc:date>2025-10-08T06:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to Read Shared Drive Data in Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-read-shared-drive-data-in-databricks/m-p/134155#M50038</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/88335"&gt;@Akshay_Petkar&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Could you provide more information. Share drive is pretty broad term. It could be&amp;nbsp;Windows SMB / CIFS share , AWS FSx,, Google Shared Drive etc.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2025 06:37:11 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-read-shared-drive-data-in-databricks/m-p/134155#M50038</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-10-08T06:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to Read Shared Drive Data in Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-read-shared-drive-data-in-databricks/m-p/134159#M50039</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/110502"&gt;@szymon_dybczak&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;It is a &lt;STRONG&gt;Windows SMB / CIFS share&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2025 06:52:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-read-shared-drive-data-in-databricks/m-p/134159#M50039</guid>
      <dc:creator>Akshay_Petkar</dc:creator>
      <dc:date>2025-10-08T06:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to Read Shared Drive Data in Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-read-shared-drive-data-in-databricks/m-p/134161#M50041</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/88335"&gt;@Akshay_Petkar&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;File Shares are not natively supported in Databricks. Moreover, you need to ensure that you have a network connectivity between your cluster and a server your share resides. If your share is on-premises you need to configure all networking first (VNet injection of your workspace, configuring gateway etc).&lt;BR /&gt;Then you can write some python notebook to read data.&lt;BR /&gt;&lt;BR /&gt;So, to put it simple - you can use Python code to read from a share.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2025 07:03:26 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-read-shared-drive-data-in-databricks/m-p/134161#M50041</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-10-08T07:03:26Z</dc:date>
    </item>
  </channel>
</rss>

