Hello @Sampat, Varun and welcome to Microsoft Q&A. Thank you for your excellent question.
- according to the stackoverflow you referenced, it would look something like
cmd /c "Unzip.exe myZippedStuff && python mainPythonScript argument1 argument2 argument3"
- Whether the node persists or not is determined by how you have configured the pool. You can have the instance get deleted once the task completes.
- A copy activity using 2 Binary datasets can be used to compress / decompress files. To do this, you need to indicate the compression type accordingly. On the unzipped side, it should be
None
. When Unzipping, make sure to leave theFile
part of theFile path
empty, otherwise not everything will be extracted. The contents will be written to a folder with the same name as the zipped file. Specifying aDirectory
will put it in a sub-folder.