ShraddheyaS commented on a change in pull request #16894:
URL: https://github.com/apache/airflow/pull/16894#discussion_r667511868



##########
File path: airflow/sensors/filesystem.py
##########
@@ -43,18 +43,19 @@ class FileSensor(BaseSensorOperator):
     template_fields = ('filepath',)
     ui_color = '#91818a'
 
-    def __init__(self, *, filepath, fs_conn_id='fs_default', **kwargs):
+    def __init__(self, *, filepath, fs_conn_id='fs_default', recursive=False, 
**kwargs):

Review comment:
       @kaxil Sorry, should have noticed the docstring. 
[90ce4ad](https://github.com/apache/airflow/pull/16894/commits/90ce4adeaa7c61f515266522223498e8b5d0b9cb)
 adds it. 




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