How to copy file from UC volume to external location folder
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2025 10:25 PM
Hi there, How to copy file from UC volume to external location folder Thanks&Regards, zmsoft
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2025 06:27 AM - edited 03-10-2025 06:28 AM
Hello @zmsoft!
To copy a file from a UC volume to an external location, you can use:
dbutils.fs.cp(
"UC_volume_path",
"external_location_path"
)
Ensure the external location is preconfigured in Unity Catalog and you have the necessary permissions.

