<?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: Error when accessing the file from azure blob storage in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/error-when-accessing-the-file-from-azure-blob-storage/m-p/11551#M6499</link>
    <description>&lt;P&gt;It certainly is. I am not sure why the id is attached to the mount path. The actual mount path is /mnt/22200/22200Ver1.sps&lt;/P&gt;</description>
    <pubDate>Tue, 17 Jan 2023 14:20:26 GMT</pubDate>
    <dc:creator>bonyfus</dc:creator>
    <dc:date>2023-01-17T14:20:26Z</dc:date>
    <item>
      <title>Error when accessing the file from azure blob storage</title>
      <link>https://community.databricks.com/t5/data-engineering/error-when-accessing-the-file-from-azure-blob-storage/m-p/11549#M6497</link>
      <description>&lt;P&gt;I am getting the following error when accessing the file in Azure blob storage&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;java.io.FileNotFoundException: File /10433893690638/mnt/22200/22200Ver1.sps does not exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;ves_blob = dbutils.widgets.get("ves_blob")
try:
  dbutils.fs.ls(ves_blob )
except:
  raise FileNotFoundError("File '{f}' was not found.".format(f=ves_blob ))&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;If you look at the following mount the data bricks instance id attached (I assumed as this is in the url as adb-10433893690638.databricks.net)&lt;/P&gt;&lt;P&gt;/10433893690638/mnt/22200/22200Ver1.sps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when dbutils.fs.ls list the content I am assuming the mount path is only /mnt/22200/22200Ver1.sps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 13:22:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/error-when-accessing-the-file-from-azure-blob-storage/m-p/11549#M6497</guid>
      <dc:creator>bonyfus</dc:creator>
      <dc:date>2023-01-17T13:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Error when accessing the file from azure blob storage</title>
      <link>https://community.databricks.com/t5/data-engineering/error-when-accessing-the-file-from-azure-blob-storage/m-p/11550#M6498</link>
      <description>&lt;P&gt;that is certainly an invalid path, as the error shows.&lt;/P&gt;&lt;P&gt;with %fs ls /mnt you can show the directory structure of the /mnt directory, assuming the blob storage is mounted.&lt;/P&gt;&lt;P&gt;if not, you need to define the access ( URL etc.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 13:52:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/error-when-accessing-the-file-from-azure-blob-storage/m-p/11550#M6498</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2023-01-17T13:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error when accessing the file from azure blob storage</title>
      <link>https://community.databricks.com/t5/data-engineering/error-when-accessing-the-file-from-azure-blob-storage/m-p/11551#M6499</link>
      <description>&lt;P&gt;It certainly is. I am not sure why the id is attached to the mount path. The actual mount path is /mnt/22200/22200Ver1.sps&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 14:20:26 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/error-when-accessing-the-file-from-azure-blob-storage/m-p/11551#M6499</guid>
      <dc:creator>bonyfus</dc:creator>
      <dc:date>2023-01-17T14:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error when accessing the file from azure blob storage</title>
      <link>https://community.databricks.com/t5/data-engineering/error-when-accessing-the-file-from-azure-blob-storage/m-p/11552#M6500</link>
      <description>&lt;P&gt;that ID is added automatically if the file is not found.&lt;/P&gt;&lt;P&gt;If the file is found, it will not show up.&lt;/P&gt;&lt;P&gt;So whatever you put into the widget, it is not the correct path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 15:06:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/error-when-accessing-the-file-from-azure-blob-storage/m-p/11552#M6500</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2023-01-17T15:06:13Z</dc:date>
    </item>
  </channel>
</rss>

