<?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: Can´t read a simple .CSV from a blob in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/can-t-read-a-simple-csv-from-a-blob/m-p/23246#M16011</link>
    <description>&lt;P&gt;Hi @Fernando Rezende​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;can you please expand the whole error? It might be easier to find out why.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Pat.&lt;/P&gt;</description>
    <pubDate>Tue, 08 Nov 2022 09:58:51 GMT</pubDate>
    <dc:creator>Pat</dc:creator>
    <dc:date>2022-11-08T09:58:51Z</dc:date>
    <item>
      <title>Can´t read a simple .CSV from a blob</title>
      <link>https://community.databricks.com/t5/data-engineering/can-t-read-a-simple-csv-from-a-blob/m-p/23245#M16010</link>
      <description>&lt;P&gt;Guys, I am using "Databricks Community" to study. I put some files in a Blob, granted all access but I have no ideia why DB is not reading. Please see the code below and thanks for helping!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="csf"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/1234i85164967EAACEEF0/image-size/large?v=v2&amp;amp;px=999" role="button" title="csf" alt="csf" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 06:07:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-t-read-a-simple-csv-from-a-blob/m-p/23245#M16010</guid>
      <dc:creator>ferbystudy</dc:creator>
      <dc:date>2022-11-08T06:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can´t read a simple .CSV from a blob</title>
      <link>https://community.databricks.com/t5/data-engineering/can-t-read-a-simple-csv-from-a-blob/m-p/23246#M16011</link>
      <description>&lt;P&gt;Hi @Fernando Rezende​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;can you please expand the whole error? It might be easier to find out why.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Pat.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 09:58:51 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-t-read-a-simple-csv-from-a-blob/m-p/23246#M16011</guid>
      <dc:creator>Pat</dc:creator>
      <dc:date>2022-11-08T09:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Can´t read a simple .CSV from a blob</title>
      <link>https://community.databricks.com/t5/data-engineering/can-t-read-a-simple-csv-from-a-blob/m-p/23247#M16012</link>
      <description>&lt;P&gt;Sure, thanks for helping!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="erro2"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/1229i1167C54E90F993C2/image-size/large?v=v2&amp;amp;px=999" role="button" title="erro2" alt="erro2" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 15:20:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-t-read-a-simple-csv-from-a-blob/m-p/23247#M16012</guid>
      <dc:creator>ferbystudy</dc:creator>
      <dc:date>2022-11-08T15:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can´t read a simple .CSV from a blob</title>
      <link>https://community.databricks.com/t5/data-engineering/can-t-read-a-simple-csv-from-a-blob/m-p/23248#M16013</link>
      <description>&lt;P&gt;Guys, i found the problem! ****, databricks! Hhahaha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First i went to datalake and set all access to public/grant all user owner access..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already mounted before.. So after this changes you will need to&lt;/P&gt;&lt;P&gt;&lt;B&gt;Unmount&lt;/B&gt; and then &lt;B&gt;Mount&lt;/B&gt; again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Yeah, after that it let me read the CSV! Hope it helps someone one day! hahaha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UNMOUNT:&lt;/P&gt;&lt;P&gt;dbutils.fs.unmount("/mnt/formula1d4t4lake/raw")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOUNT:&lt;/P&gt;&lt;P&gt;container_name = "raw"&lt;/P&gt;&lt;P&gt;dbutils.fs.mount(&lt;/P&gt;&lt;P&gt;&amp;nbsp;source = f"abfss://{container_name}@{storage_account_name}.&lt;A href="https://dfs.core.windows.net" alt="https://dfs.core.windows.net" target="_blank"&gt;dfs.core.windows.net&lt;/A&gt;",&lt;/P&gt;&lt;P&gt;&amp;nbsp;mount_point = f"/mnt/{storage_account_name}/{container_name}",&lt;/P&gt;&lt;P&gt;&amp;nbsp;extra_configs = configs)&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 21:45:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-t-read-a-simple-csv-from-a-blob/m-p/23248#M16013</guid>
      <dc:creator>ferbystudy</dc:creator>
      <dc:date>2022-11-08T21:45:15Z</dc:date>
    </item>
  </channel>
</rss>

