<?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: Options to access files in the community edition in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/options-to-access-files-in-the-community-edition/m-p/94977#M39026</link>
    <description>&lt;P&gt;It's fixed. You can continue to use Upload.&lt;/P&gt;</description>
    <pubDate>Sat, 19 Oct 2024 01:06:47 GMT</pubDate>
    <dc:creator>gchandra</dc:creator>
    <dc:date>2024-10-19T01:06:47Z</dc:date>
    <item>
      <title>Options to access files in the community edition</title>
      <link>https://community.databricks.com/t5/data-engineering/options-to-access-files-in-the-community-edition/m-p/94862#M38984</link>
      <description>&lt;P&gt;As of now DBFS option is disabled in the Databricks community edition.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What are the other ways to use file in the Databricks notebooks for learning? When I go to catalog it show default option only with the AWS S3.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it the only option to access the files in the community edition now? For my learning I want to upload few types of file. Ex: CSV, JSON, Parquet etc...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2024 12:22:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/options-to-access-files-in-the-community-edition/m-p/94862#M38984</guid>
      <dc:creator>adihc</dc:creator>
      <dc:date>2024-10-18T12:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Options to access files in the community edition</title>
      <link>https://community.databricks.com/t5/data-engineering/options-to-access-files-in-the-community-edition/m-p/94875#M38988</link>
      <description>&lt;DIV&gt;
&lt;P&gt;The workaround will be to Mount the S3 bucket and use that as your source.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;access_key =&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;""&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;secret_key =&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;""&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;encoded_secret_key = secret_key.replace(&lt;/SPAN&gt;&lt;SPAN&gt;"/"&lt;/SPAN&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"%2F"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;&lt;SPAN&gt;aws_bucket_name =&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"yourawsbucketname/"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;mount_name =&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"youraliasmountname"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;&lt;SPAN&gt;#&amp;nbsp;#dbutils.fs.unmount&lt;/SPAN&gt;&lt;SPAN&gt;f"/mnt/&lt;/SPAN&gt;&lt;SPAN&gt;{mount_name}&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;dbutils.fs.mount(&lt;/SPAN&gt;&lt;SPAN&gt;f"s3a://&lt;/SPAN&gt;&lt;SPAN&gt;{access_key}&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;{encoded_secret_key}&lt;/SPAN&gt;&lt;SPAN&gt;@&lt;/SPAN&gt;&lt;SPAN&gt;{aws_bucket_name}&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;f"/mnt/&lt;/SPAN&gt;&lt;SPAN&gt;{mount_name}&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;BR /&gt;&lt;BR /&gt;After mounting&lt;BR /&gt;goto next cell %fs ls /mnt/youraliasmountname&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 18 Oct 2024 13:50:20 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/options-to-access-files-in-the-community-edition/m-p/94875#M38988</guid>
      <dc:creator>gchandra</dc:creator>
      <dc:date>2024-10-18T13:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Options to access files in the community edition</title>
      <link>https://community.databricks.com/t5/data-engineering/options-to-access-files-in-the-community-edition/m-p/94897#M38989</link>
      <description>&lt;P&gt;Thanks for the answer&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/56506"&gt;@gchen&lt;/a&gt;. Apart from S3, there is no other option available in the community edition now?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2024 14:47:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/options-to-access-files-in-the-community-edition/m-p/94897#M38989</guid>
      <dc:creator>adihc</dc:creator>
      <dc:date>2024-10-18T14:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Options to access files in the community edition</title>
      <link>https://community.databricks.com/t5/data-engineering/options-to-access-files-in-the-community-edition/m-p/94905#M38994</link>
      <description>&lt;P&gt;Any info on when the&amp;nbsp;DBFS local file option will be back? It was the only option to keep studying without a paywall for me. Aprecciate your help.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2024 15:50:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/options-to-access-files-in-the-community-edition/m-p/94905#M38994</guid>
      <dc:creator>Riporsa3011</dc:creator>
      <dc:date>2024-10-18T15:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Options to access files in the community edition</title>
      <link>https://community.databricks.com/t5/data-engineering/options-to-access-files-in-the-community-edition/m-p/94906#M38995</link>
      <description>&lt;P&gt;Signup for AWS Free&amp;nbsp;&lt;A href="https://aws.amazon.com/free/" target="_blank"&gt;https://aws.amazon.com/free/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You can use S3 buckets with IAM policies and use them with Databricks.&lt;/P&gt;
&lt;P&gt;This is a good skill to have apart from using Databricks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2024 15:59:22 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/options-to-access-files-in-the-community-edition/m-p/94906#M38995</guid>
      <dc:creator>gchandra</dc:creator>
      <dc:date>2024-10-18T15:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Options to access files in the community edition</title>
      <link>https://community.databricks.com/t5/data-engineering/options-to-access-files-in-the-community-edition/m-p/94929#M39001</link>
      <description>&lt;P&gt;Unfortunately, the AWS Free requires Billing (cr***t card) information to proceed with the account, which I can't provide, since I don't have one. The DBFS option was working just fine a few days ago, do you anticipate this option coming back in the future? I'm sure it will help lots of other students.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2024 17:39:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/options-to-access-files-in-the-community-edition/m-p/94929#M39001</guid>
      <dc:creator>Riporsa3011</dc:creator>
      <dc:date>2024-10-18T17:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Options to access files in the community edition</title>
      <link>https://community.databricks.com/t5/data-engineering/options-to-access-files-in-the-community-edition/m-p/94931#M39002</link>
      <description>&lt;P&gt;Try this technique&lt;/P&gt;
&lt;P&gt;&lt;A href="https://medium.com/@gchandra/databricks-how-to-load-data-from-google-drive-github-c98d6b34d1b5?sk=674feb56e50fc9f348108bcede0b4582" target="_blank"&gt;https://medium.com/@gchandra/databricks-how-to-load-data-from-google-drive-github-c98d6b34d1b5?sk=674feb56e50fc9f348108bcede0b4582&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2024 17:48:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/options-to-access-files-in-the-community-edition/m-p/94931#M39002</guid>
      <dc:creator>gchandra</dc:creator>
      <dc:date>2024-10-18T17:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Options to access files in the community edition</title>
      <link>https://community.databricks.com/t5/data-engineering/options-to-access-files-in-the-community-edition/m-p/94950#M39008</link>
      <description>&lt;P&gt;This worked Ganesh, thanks a lot. For anyone having problems with uploading files, I recommend the Github pipe. Upload your files to github, set the repository as public, then following Ganesh's code should allow you to create dataframes with your own data in Databricks. Thanks again!&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2024 20:02:21 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/options-to-access-files-in-the-community-edition/m-p/94950#M39008</guid>
      <dc:creator>Riporsa3011</dc:creator>
      <dc:date>2024-10-18T20:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Options to access files in the community edition</title>
      <link>https://community.databricks.com/t5/data-engineering/options-to-access-files-in-the-community-edition/m-p/94952#M39009</link>
      <description>&lt;P&gt;Don't forget to accept the solution so others will benefit.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2024 20:04:41 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/options-to-access-files-in-the-community-edition/m-p/94952#M39009</guid>
      <dc:creator>gchandra</dc:creator>
      <dc:date>2024-10-18T20:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: Options to access files in the community edition</title>
      <link>https://community.databricks.com/t5/data-engineering/options-to-access-files-in-the-community-edition/m-p/94977#M39026</link>
      <description>&lt;P&gt;It's fixed. You can continue to use Upload.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Oct 2024 01:06:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/options-to-access-files-in-the-community-edition/m-p/94977#M39026</guid>
      <dc:creator>gchandra</dc:creator>
      <dc:date>2024-10-19T01:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Options to access files in the community edition</title>
      <link>https://community.databricks.com/t5/data-engineering/options-to-access-files-in-the-community-edition/m-p/122899#M46901</link>
      <description>&lt;P&gt;its still saying "&lt;SPAN&gt;Public DBFS root is disabled. Access is denied on path: /FileStore/tables/weather_data.csv"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 05:01:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/options-to-access-files-in-the-community-edition/m-p/122899#M46901</guid>
      <dc:creator>GRV</dc:creator>
      <dc:date>2025-06-26T05:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Options to access files in the community edition</title>
      <link>https://community.databricks.com/t5/data-engineering/options-to-access-files-in-the-community-edition/m-p/125745#M47522</link>
      <description>&lt;P&gt;Hi Chandra,&lt;/P&gt;&lt;P&gt;Is it possible in new community edition.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Jul 2025 02:36:20 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/options-to-access-files-in-the-community-edition/m-p/125745#M47522</guid>
      <dc:creator>MastanRaoM</dc:creator>
      <dc:date>2025-07-19T02:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Options to access files in the community edition</title>
      <link>https://community.databricks.com/t5/data-engineering/options-to-access-files-in-the-community-edition/m-p/139793#M51294</link>
      <description>&lt;P&gt;Is it possible to connect to ADLS from the databricks community version. I have ADLS account and would love to use it databricks community edition.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Nov 2025 10:20:20 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/options-to-access-files-in-the-community-edition/m-p/139793#M51294</guid>
      <dc:creator>DonV</dc:creator>
      <dc:date>2025-11-20T10:20:20Z</dc:date>
    </item>
  </channel>
</rss>

