<?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: ask to how to use databricks community version in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/ask-to-how-to-use-databricks-community-version/m-p/123057#M10240</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/172353"&gt;@Amit110409&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Databricks has announced the free edition version of Databricks. It contains much more capabilities than the community edition.&lt;BR /&gt;&lt;BR /&gt;Regarding DBFS, there is no official update on enabling full access in the Free Edition. Also, DBFS is now considered a legacy approach, so you should use Unity Catalog Volumes for storing and accessing data going forward and also it is recommended approach.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Example upload to UC Volume:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Go to the catalog you wanna have the data in, and click create Volume:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ilir_nuredini_0-1751025211730.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/17808iEB010B7251A106C7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ilir_nuredini_0-1751025211730.png" alt="ilir_nuredini_0-1751025211730.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. Give it a name and click create:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ilir_nuredini_1-1751025230281.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/17809iA408C4C87034BBCE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ilir_nuredini_1-1751025230281.png" alt="ilir_nuredini_1-1751025230281.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3. Then use the "Upload to this volume" button to upload the data:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ilir_nuredini_2-1751025248747.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/17810i20AA5E8607D00F15/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ilir_nuredini_2-1751025248747.png" alt="ilir_nuredini_2-1751025248747.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;4. Here it is an example how to read a csv file from Volume:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;df = spark.read.csv("/Volumes/main/finance/reports/monthly/may2025.csv", header=True, inferSchema=True)
df.show()&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;Hope that helps. Best, Ilir&lt;/P&gt;</description>
    <pubDate>Fri, 27 Jun 2025 11:55:23 GMT</pubDate>
    <dc:creator>ilir_nuredini</dc:creator>
    <dc:date>2025-06-27T11:55:23Z</dc:date>
    <item>
      <title>ask to how to use databricks community version</title>
      <link>https://community.databricks.com/t5/get-started-discussions/ask-to-how-to-use-databricks-community-version/m-p/123050#M10238</link>
      <description>&lt;P&gt;Hi, guys, as I am new to Databricks, I use Databricks free tier. But I want to explore it more and practice more, so. How do we get access to the community version? Because when I go to the community version, it redirects me to the free edition, but there are some issues for DBFS when we upload any file. But if we use any S3 or other service, it is fine. But for practice, how can we use it for free?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jun 2025 10:40:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/ask-to-how-to-use-databricks-community-version/m-p/123050#M10238</guid>
      <dc:creator>Amit110409</dc:creator>
      <dc:date>2025-06-27T10:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: ask to how to use databricks community version</title>
      <link>https://community.databricks.com/t5/get-started-discussions/ask-to-how-to-use-databricks-community-version/m-p/123057#M10240</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/172353"&gt;@Amit110409&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Databricks has announced the free edition version of Databricks. It contains much more capabilities than the community edition.&lt;BR /&gt;&lt;BR /&gt;Regarding DBFS, there is no official update on enabling full access in the Free Edition. Also, DBFS is now considered a legacy approach, so you should use Unity Catalog Volumes for storing and accessing data going forward and also it is recommended approach.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Example upload to UC Volume:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Go to the catalog you wanna have the data in, and click create Volume:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ilir_nuredini_0-1751025211730.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/17808iEB010B7251A106C7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ilir_nuredini_0-1751025211730.png" alt="ilir_nuredini_0-1751025211730.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. Give it a name and click create:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ilir_nuredini_1-1751025230281.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/17809iA408C4C87034BBCE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ilir_nuredini_1-1751025230281.png" alt="ilir_nuredini_1-1751025230281.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3. Then use the "Upload to this volume" button to upload the data:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ilir_nuredini_2-1751025248747.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/17810i20AA5E8607D00F15/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ilir_nuredini_2-1751025248747.png" alt="ilir_nuredini_2-1751025248747.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;4. Here it is an example how to read a csv file from Volume:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;df = spark.read.csv("/Volumes/main/finance/reports/monthly/may2025.csv", header=True, inferSchema=True)
df.show()&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;Hope that helps. Best, Ilir&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jun 2025 11:55:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/ask-to-how-to-use-databricks-community-version/m-p/123057#M10240</guid>
      <dc:creator>ilir_nuredini</dc:creator>
      <dc:date>2025-06-27T11:55:23Z</dc:date>
    </item>
  </channel>
</rss>

