yfyg opened a new issue, #23935:
URL: https://github.com/apache/airflow/issues/23935

   ### Apache Airflow version
   
   2.0.0
   
   ### What happened
   
   using ftphook, im trying to download a file in chunks but the deafult 
blocksize is 8192 and cannot be changed.
   retrieve_file code is calling conn.retrbinary(f'RETR {remote_file_name}', 
callback) but no blocksize is passed while this function is declared:
    def retrbinary(self, cmd, callback, blocksize=8192, rest=None):
   
   
   
   ### What you think should happen instead
   
   allow passing a blocksize
   
   ### How to reproduce
   
   _No response_
   
   ### Operating System
   
   gcp
   
   ### Versions of Apache Airflow Providers
   
   _No response_
   
   ### Deployment
   
   Docker-Compose
   
   ### Deployment details
   
   _No response_
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to