kaxil commented on a change in pull request #16894:
URL: https://github.com/apache/airflow/pull/16894#discussion_r668226870
##########
File path: airflow/sensors/filesystem.py
##########
@@ -38,23 +38,27 @@ class FileSensor(BaseSensorOperator):
:param filepath: File or folder name (relative to
the base path set within the connection), can be a glob.
:type filepath: str
+ :param recursive: when set True, enables recursive directory matching
behavior of
+ `**` in glob filepath parameter. Defaults to False.
Review comment:
```suggestion
:param recursive: when set to ``True``, enables recursive directory
matching behavior of
``**`` in glob filepath parameter. Defaults to ``False``.
```
--
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]