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:ย 

Does the free version of Databricks not support external storage data sources?

yinan
New Contributor

1ใ€Can the data I use with the free version of Databricks on Azure only be stored on Azure, AWS, and Google Cloud Storage?

2ใ€Assuming the network is connected, can the paid version be used to access other publicly stored data (i.e., custom storage spaces)?

1 ACCEPTED SOLUTION

Accepted Solutions

szymon_dybczak
Esteemed Contributor III

No problem @yinan . Glad that I could help. And if my answer was helpful to you, please consider marking it as best answer. This way others with similiar question will be able to locate correct answer faster

View solution in original post

4 REPLIES 4

szymon_dybczak
Esteemed Contributor III

Hi @yinan ,

1. Nope, custom storage locations are not supported.

szymon_dybczak_0-1756911036197.png

 

Databricks Free Edition limitations | Databricks on AWS

2. Yes, in paid version you can do configure external locations to other storage spaces.

Thank you very much.

szymon_dybczak
Esteemed Contributor III

No problem @yinan . Glad that I could help. And if my answer was helpful to you, please consider marking it as best answer. This way others with similiar question will be able to locate correct answer faster

BS_THE_ANALYST
Honored Contributor III

Not sure if this is a cheeky way to get around bringing files in: https://community.databricks.com/t5/data-engineering/connect-to-azure-data-lake-storage-using-databr... but I answered a similar thing on a different post.

@yinan I think this can technically work but it's certainly not the usual way to connect to External Storage ๐Ÿ™‚. Involves authenticating etc using Python libraries, bringing the files in through blob, converting them in memory etc. Once it's in memory, you'd be able to do typical writing operations, I believe.

All the best,
BS