many-processor-72561
08/17/2023, 9:44 AMError (exit code 1): failed to put file: The specified multipart upload does not exist. The upload ID may be invalid, or the upload may have been aborted or completed.
looking at the step logs it finished all the logic and prints the last log line.
1. How can we debug it and understand from where the error is coming from?
2. Could it be that even if we ran in Azure there are some files uploaded to AWS? sine this looks like an S3 error message
Thanksancient-application-36103
08/17/2023, 3:00 PMmany-processor-72561
08/17/2023, 3:34 PM@kubernetes(image=os.getenv("IMAGE_TAG"))
Init we have the following packages + some internal libraries but none that should connect to S3. This issue is new, we have been running this flow for a few weeks now and started to see it just a few days ago
azure-core==1.26.3
azure-identity==1.12.0
azure-mgmt-storage==20.1.0
azure-storage-blob==12.15.0
azure-common==1.1.28
azure-keyvault-secrets==4.6.0
kubernetes==26.1.0
metaflow==2.8.5
python-dateutil==2.8.2
termcolor==2.2.0
pandas==1.1.5
tenacity==8.2.2
PyGithub==1.55ancient-application-36103
08/17/2023, 3:35 PMmetaflow==2.8.5 inside the imageancient-application-36103
08/17/2023, 3:36 PMancient-application-36103
08/17/2023, 3:37 PMmany-processor-72561
08/17/2023, 3:41 PMextensions outside of the image ? can you give me an example and I will checkmany-processor-72561
08/17/2023, 3:42 PMpython:3.9-busterancient-application-36103
08/17/2023, 3:44 PMmany-processor-72561
08/17/2023, 3:56 PMancient-application-36103
08/17/2023, 4:16 PMmany-processor-72561
08/22/2023, 8:16 AMmany-processor-72561
08/28/2023, 6:39 PM