Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2024 05:52 AM
Hi @Hardy,
What is the command you are running to upload files at "dbfs:/Volume/dev/default/files" ?
The specific command to use with the Databricks CLI for uploading files to the volume's location in Databricks is:
bash
databricks fs cp /path/to/local/file dbfs:/Volumes/my_catalog/my_schema/my_volume/
Please replace /path/to/local/file with the path of your local file and dbfs:/Volumes/my_catalog/my_schema/my_volume/ with the path of your volume in Databricks.
Make sure that the user has all the required permissions on the catalog, schema and volume to upload the file.