Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2023 08:22 AM
Hi @Stephanie Rivera. In the Databricks notebook, you can handle this with either Python, Scala or bash.
I have not tried it but below should work as this command works in native shell.
%sh curl some_url --output myfile.zip
%sh unzip myfile.zip -d "some directory"