Unzipping with Serverless Compute

Nathant93
New Contributor III

Hi

I have started using serverless compute but have come across the limitation that I cannot use the local filesystem for temporarily storing the files and directories before moving them to where they need to be in adls.

Does anyone have a way of unzipping folders using serverless compute?

Thanks

delonb2
New Contributor III

Do you have the ability to make a Unity Catalog volume? You could use it as temporary storage before migrating the files to adls.

View solution in original post

Nathant93
New Contributor III

I do have that ability and it has worked thanks for the suggestion - I had thought volumes had to be linked to a storage container, didn't realise that they could just work as a temporary location.