quiet-manchester-70818
01/22/2025, 2:55 PMExpected checksum 96ZInw== did not match calculated checksum: GBZQVA==
Any way to solve this issue?jolly-florist-66728
01/22/2025, 2:55 PMmax-output-size-bytes
or similar configuration settings to accommodate larger files. According to this discussion, adjusting the max-output-size-bytes
can help resolve issues related to large data transfers.
2. Use FlyteFile for Large Data: Instead of passing large data directly between tasks, consider using FlyteFile
to handle large files. This approach involves storing the file in a remote location (e.g., S3) and passing the file path between tasks, which can help avoid checksum issues.
Would you like more details on how to implement these solutions?
Sources:
- this discussion 👍 1 button 👎 0 button 💡 Hint: Mention @ancient-wolf-19325 in the thread for followups.