Dev-iL commented on PR #44126:
URL: https://github.com/apache/airflow/pull/44126#issuecomment-2564362993

   Thank you for your contribution @Dawnpool!
   
   In this implementation, files are downloaded sequentially, right? If so - 
when downloading folders containing a large number of small files, this 
approach will be quite inefficient. I think we should consider expanding the 
method, or adding another one that downloads files concurrently.  
   
   Possibly related to 
[SFTPHookAsync](https://airflow.apache.org/docs/apache-airflow-providers-sftp/stable/_api/airflow/providers/sftp/hooks/sftp/index.html#airflow.providers.sftp.hooks.sftp.SFTPHookAsync).


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