pauldalewilliams opened a new pull request, #26666:
URL: https://github.com/apache/airflow/pull/26666

   This PR adds support for passing a list of file paths to local_filepath or 
remote_filepath for the SFTPOperator.  We've used this on my team for several 
years now to enable uploading or downloading several files via SFTP with a 
single connection in one task instead of splitting it out into multiple tasks.
   
   It checks for and requires that the total number of paths provided is equal 
between the two parameters.
   Maintains backward compatibility by converting a single string passed to the 
parameter into a list with that string as its only element.


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