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

   Adding the ability of regex match 
([fnmatch](https://docs.python.org/3/library/fnmatch.html) style regex) to 
`SFTPSensor`. 
   This change to the sensor will make it wait for the first available file, 
based on the given pattern, and then continue working on this file as usual.
   
   My assumption is that `SFTPSensor` should wait for a single file to be 
delivered - based on a strict format, or an unknown pattern.
   
   Hope that this PR is good enough! <3 
   
   closes: [#15332](https://github.com/apache/airflow/issues/15332)
   related: [#15332](https://github.com/apache/airflow/issues/15332)
   
   
   


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