JavierLopezT commented on pull request #13796: URL: https://github.com/apache/airflow/pull/13796#issuecomment-833501075
> An easier fix/smaller change: > > Add `os.seek(local_tmp_file, os.SEEK_SET, 0)` and keep the rest of the code the same.. With your suggestion I get the error: `AttributeError: module 'os' has no attribute 'seek'` I have tried also with `s3_obj.seek(local_tmp_file, os.SEEK_SET, 0)` and then I get AttributeError: 's3.Object' object has no attribute 'seek' -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
