potiuk commented on code in PR #24084:
URL: https://github.com/apache/airflow/pull/24084#discussion_r890118314


##########
airflow/providers/sftp/sensors/sftp.py:
##########
@@ -34,6 +34,7 @@ class SFTPSensor(BaseSensorOperator):
     Waits for a file or directory to be present on SFTP.
 
     :param path: Remote file or directory path
+    :param file_pattern: The regex pattern that will be used to match the file 
(fnmatch format)

Review Comment:
   ```suggestion
       :param file_pattern: The pattern that will be used to match the file 
(fnmatch format)
   ```



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