Forum Discussion
VenDaFabricator
1 year agoResolver I
Creating zip file in notebook
I got bunch of .delta table which in need to save as .json and zip them to supply it thrid party tool for futher processing. I was able to get all .delta tables into .json files, but getting erro...
richbenmintz
1 year agoResident Rockstar
Why not use a copy command in a pipeline, you can iterate over all the table you want.
Delta Table as you source
OneLake File as your destination json file type, set the compression type to .zip