Error while Unzipping .tar.gz files using Copy activity - Failing for csv file having 8GB of data
Hi,
I am trying to uncompress .tar.gz files using Copy Activity and it was working fine till yesterday. Today we have received a file with more data and it got failed while copying one file with 8GB of data with following error "ErrorCode=UserErrorWriteFailedFileOperation,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=The file operation is failed, upload file failed at path: 'xxx-xx/yy/zzz/Test/251963-20250310-0000-F '.,Source=Microsoft.DataTransfer.Common,''Type=ICSharpCode.SharpZipLib.Tar.TarException,Message=Header checksum is invalid,Source=ICSharpCode.SharpZipLib,'".
Note : .tar.gz file contents multiple csv file data. We are unzipping and copying to further layer in our data lake.,