Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2025 06:23 AM - edited 11-17-2025 06:45 AM
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
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