szymon_dybczak
Esteemed Contributor III

Hi @Naveenkumar1811 ,

Setup a Unity Catalog volume and then you can use following rest api call. It supports file up to 5 GB:

Upload a file | Files API | REST API reference | Azure Databricks

szymon_dybczak_0-1763389260992.png

 

I guess dabricks cp command should also work with volume - that's another option. So once you have databricks volumen you can try following:

databricks cp path_to_your_file dbfs:/Volumes/your_catalog_name/your_schema_name/Volume_name/path/to/data

szymon_dybczak_0-1763390627277.png