Khaja_Zaffer
Esteemed Contributor

hello @TalessRocha 

In Free Edition dbfs is disabled. You should use Unity Catalog for that purpose anyway. DBFS is depracated pattern of interacting with storage.

So, to use volume perform following steps:

Go to Catalgos (1) -> Click workspace catalog (2) -> Click default schema -> Clikc Create button (3)

On the Create button (3) you will have an option to create volume. Pick a name and then create volume.

Khaja_Zaffer_0-1754729527108.png

reference : szymon_dybczak

 

 

Khaja_Zaffer_1-1754729527145.png

 

 

 

If you did that, your new volume should appear in Unity Catalog under default schema. Now you will have an option to upload file to Volume:

 

Khaja_Zaffer_2-1754729527157.png

 

 

 

And here's an example of how to read csv from volume into dataframe:

 

Khaja_Zaffer_3-1754729527126.png