Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2025 12:10 PM
Hey @Mulder81 ,
After generating file you can copy it to dediacted blob storage using below command.
dbutils.fs.cp(source_path, destination_path)
You can also try saving file in desired path (blob storage) but there can be some obstacles
BR,
Piotrek