cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Databricks Community Edition - DBFS Alternative Solutions

gchandra
Databricks Employee
Databricks Employee

Option 1:

Mount AWS S3 bucket

access_key = ""
secret_key = ""
encoded_secret_key = secret_key.replace("/", "%2F")


aws_bucket_name = "yourawsbucketname/"
mount_name = "youraliasmountname"


# #dbutils.fs.unmountf"/mnt/{mount_name}")
dbutils.fs.mount(f"s3a://{access_key}:{encoded_secret_key}@{aws_bucket_name}", f"/mnt/{mount_name}")

After mounting
goto next cell %fs ls /mnt/youraliasmountname

Option 2:

https://medium.com/@gchandra/databricks-how-to-load-data-from-google-drive-github-c98d6b34d1b5?sk=67...

 



~
1 ACCEPTED SOLUTION

Accepted Solutions

Shanku_Niyogi
New Contributor III

Hey folks - sorry, this was due to an erroneous rollout, it's back now. Sorry about the disruption. Thanks for continuing to use Community Edition!

View solution in original post

3 REPLIES 3

DineshReddyN
New Contributor

Awesome - option 2 using GitHub I am able to resume my self learning. 

If works, accept it as solution.



~

Shanku_Niyogi
New Contributor III

Hey folks - sorry, this was due to an erroneous rollout, it's back now. Sorry about the disruption. Thanks for continuing to use Community Edition!

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.

If there isn’t a group near you, start one and help create a community that brings people together.

Request a New Group