<?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: Exporting csv files from Databricks in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/exporting-csv-files-from-databricks/m-p/11763#M6688</link>
    <description>&lt;P&gt;Thanks for the help, Hubert.&lt;/P&gt;&lt;P&gt;My host URL was not set correctly. I made the changes as suggested &amp;amp; that fixed the issue.&lt;/P&gt;</description>
    <pubDate>Tue, 09 Nov 2021 12:02:35 GMT</pubDate>
    <dc:creator>Sarvagna_Mahaka</dc:creator>
    <dc:date>2021-11-09T12:02:35Z</dc:date>
    <item>
      <title>Exporting csv files from Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/exporting-csv-files-from-databricks/m-p/11759#M6684</link>
      <description>&lt;P&gt; I'm trying to export a csv file from my Databricks workspace to my laptop.&lt;/P&gt;&lt;P&gt;I have followed the below steps. &lt;/P&gt;&lt;P&gt;1.Installed databricks CLI&lt;/P&gt;&lt;P&gt;2. Generated Token in Azure Databricks&lt;/P&gt;&lt;P&gt;3. databricks configure --token&lt;/P&gt;&lt;P&gt;5. Token:xxxxxxxxxxxxxxxxxxxxxxxxxx&lt;/P&gt;&lt;P&gt;6. databricks fs cp -r dbfs:/your_folder destination/your_folder&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get the below error. Can anyone help?&lt;/P&gt;&lt;P&gt;Error: ConnectionError: HTTPSConnectionPool(host='%3cdatabricks-instance%3e', port=443): Max retries exceeded with url: /api/2.0/workspace/get-status?path=%2FFileStore%2Fshared_uploads%2Fwwid%40 (Caused by NewConnectionError('&amp;lt;urllib3.connection.VerifiedHTTPSConnection object at 0x000001E8649DDC08&amp;gt;: Failed to establish a new connection: [Errno 11001] getaddrinfo failed'))&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 13:30:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/exporting-csv-files-from-databricks/m-p/11759#M6684</guid>
      <dc:creator>Sarvagna_Mahaka</dc:creator>
      <dc:date>2021-11-02T13:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting csv files from Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/exporting-csv-files-from-databricks/m-p/11760#M6685</link>
      <description>&lt;P&gt;Please check %USERPROFILE%\.databrickscfg file on Windows it should include&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;[DEFAULT]
host = &amp;lt;workspace-URL&amp;gt;
token = &amp;lt;personal-access-token&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Please validate host variable. Here are additional info how to get it &lt;A href="https://docs.databricks.com/workspace/workspace-details.html#workspace-url" target="test_blank"&gt;https://docs.databricks.com/workspace/workspace-details.html#workspace-url&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please validate cli connection using some simple command for example&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;databricks workspace list&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 13:59:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/exporting-csv-files-from-databricks/m-p/11760#M6685</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2021-11-02T13:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting csv files from Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/exporting-csv-files-from-databricks/m-p/11761#M6686</link>
      <description>&lt;P&gt;Depending on the file size, you can use display() in a notebook to download a CSV to your local laptop.  It's possible for an admin has disabled this feature so you may not see it.  &lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 15:49:52 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/exporting-csv-files-from-databricks/m-p/11761#M6686</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-02T15:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting csv files from Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/exporting-csv-files-from-databricks/m-p/11762#M6687</link>
      <description>&lt;P&gt;Thanks Joseph, but the file I want to export is of a bigger size. It goes beyond the display limit of the rows. &lt;/P&gt;</description>
      <pubDate>Tue, 09 Nov 2021 10:15:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/exporting-csv-files-from-databricks/m-p/11762#M6687</guid>
      <dc:creator>Sarvagna_Mahaka</dc:creator>
      <dc:date>2021-11-09T10:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting csv files from Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/exporting-csv-files-from-databricks/m-p/11763#M6688</link>
      <description>&lt;P&gt;Thanks for the help, Hubert.&lt;/P&gt;&lt;P&gt;My host URL was not set correctly. I made the changes as suggested &amp;amp; that fixed the issue.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Nov 2021 12:02:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/exporting-csv-files-from-databricks/m-p/11763#M6688</guid>
      <dc:creator>Sarvagna_Mahaka</dc:creator>
      <dc:date>2021-11-09T12:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting csv files from Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/exporting-csv-files-from-databricks/m-p/11764#M6689</link>
      <description>&lt;P&gt;I am glad that it helped.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 13:00:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/exporting-csv-files-from-databricks/m-p/11764#M6689</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2021-11-10T13:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting csv files from Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/exporting-csv-files-from-databricks/m-p/11765#M6690</link>
      <description>&lt;P&gt;Hi @Sarvagna Mahakali​&amp;nbsp;There is an easier hack: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) You can save results locally on the disk and create a hyper link for&amp;nbsp;downloading CSV . You can copy the file to this location: dbfs:/FileStore/table1_good_2020_12_18_07_07_19.csv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) Then download with link: &lt;A href="HTTPS://&amp;lt;yourworkspace&amp;gt;" target="test_blank"&gt;HTTPS://&amp;lt;yourworkspace&amp;gt;&lt;/A&gt;.&lt;A href="http://cloud.databricks.com/files/trace_good_2020_12_18_07_07_19.csv" alt="http://cloud.databricks.com/files/trace_good_2020_12_18_07_07_19.csv" target="_blank"&gt;cloud.databricks.com/files/trace_good_2020_12_18_07_07_19.csv&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps! &lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 03:14:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/exporting-csv-files-from-databricks/m-p/11765#M6690</guid>
      <dc:creator>User16871418122</dc:creator>
      <dc:date>2021-11-17T03:14:49Z</dc:date>
    </item>
  </channel>
</rss>

