<?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 S3 Data access through unity in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/s3-data-access-through-unity/m-p/94621#M38934</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hey All I have the following issue :&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I've connected a s3 bucket through unity catalog as an external source. I perfectly see the files of my s3 bucket when i scroll through the catalog using the user interface.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;However when I try to connect through a notebook using this code :&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;SPAN&gt;files &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; dbutils.fs.&lt;/SPAN&gt;&lt;SPAN&gt;ls&lt;/SPAN&gt;&lt;SPAN&gt;(LUMA_PATH)&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;I got the following error&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;ExecutionError: An error occurred while calling o411.ls. : com.databricks.backend.daemon.data.common.InvalidMountException: Error while using path /Volumes/privatepath for creating file system within mount at '/Volumes/privatepath.&lt;BR /&gt;&lt;BR /&gt;What is weird to me is that this exact command worked for some time after the creation of the cluster but it's not working anymore.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Any ideas ?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Oct 2024 16:32:34 GMT</pubDate>
    <dc:creator>adrjuju</dc:creator>
    <dc:date>2024-10-17T16:32:34Z</dc:date>
    <item>
      <title>S3 Data access through unity</title>
      <link>https://community.databricks.com/t5/data-engineering/s3-data-access-through-unity/m-p/94621#M38934</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hey All I have the following issue :&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I've connected a s3 bucket through unity catalog as an external source. I perfectly see the files of my s3 bucket when i scroll through the catalog using the user interface.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;However when I try to connect through a notebook using this code :&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;SPAN&gt;files &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; dbutils.fs.&lt;/SPAN&gt;&lt;SPAN&gt;ls&lt;/SPAN&gt;&lt;SPAN&gt;(LUMA_PATH)&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;I got the following error&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;ExecutionError: An error occurred while calling o411.ls. : com.databricks.backend.daemon.data.common.InvalidMountException: Error while using path /Volumes/privatepath for creating file system within mount at '/Volumes/privatepath.&lt;BR /&gt;&lt;BR /&gt;What is weird to me is that this exact command worked for some time after the creation of the cluster but it's not working anymore.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Any ideas ?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2024 16:32:34 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/s3-data-access-through-unity/m-p/94621#M38934</guid>
      <dc:creator>adrjuju</dc:creator>
      <dc:date>2024-10-17T16:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: S3 Data access through unity</title>
      <link>https://community.databricks.com/t5/data-engineering/s3-data-access-through-unity/m-p/94682#M38955</link>
      <description>&lt;P&gt;What is the value of LUMA_PATH? is it /Volumes or s3://&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2024 02:28:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/s3-data-access-through-unity/m-p/94682#M38955</guid>
      <dc:creator>gchandra</dc:creator>
      <dc:date>2024-10-18T02:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: S3 Data access through unity</title>
      <link>https://community.databricks.com/t5/data-engineering/s3-data-access-through-unity/m-p/95161#M39048</link>
      <description>&lt;P&gt;Hey Chandra thank you for your answer.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The path is a volume path indeed, : /Volumes/my_path_in_volume&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2024 09:13:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/s3-data-access-through-unity/m-p/95161#M39048</guid>
      <dc:creator>adrjuju</dc:creator>
      <dc:date>2024-10-21T09:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: S3 Data access through unity</title>
      <link>https://community.databricks.com/t5/data-engineering/s3-data-access-through-unity/m-p/95238#M39061</link>
      <description>&lt;P&gt;This needs backend intervention to check what is blocking access to cloud files from the cluster. Could be Private Link.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please open a Support Ticket&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.databricks.com/s/" target="_blank"&gt;https://help.databricks.com/s/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2024 12:09:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/s3-data-access-through-unity/m-p/95238#M39061</guid>
      <dc:creator>gchandra</dc:creator>
      <dc:date>2024-10-21T12:09:53Z</dc:date>
    </item>
  </channel>
</rss>

