You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/08/05 15:10:09 UTC

[airflow] branch master updated: Updated parameter definition docs for filesystem.py (#10159)

This is an automated email from the ASF dual-hosted git repository.

kamilbregula pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new 8527b14  Updated parameter definition docs for filesystem.py (#10159)
8527b14 is described below

commit 8527b14bb7a1c8e221de27445d10e648f005e194
Author: ypatankar <ya...@gmail.com>
AuthorDate: Wed Aug 5 08:09:01 2020 -0700

    Updated parameter definition docs for filesystem.py (#10159)
---
 airflow/sensors/filesystem.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow/sensors/filesystem.py b/airflow/sensors/filesystem.py
index 8f14466..88554be 100644
--- a/airflow/sensors/filesystem.py
+++ b/airflow/sensors/filesystem.py
@@ -37,7 +37,7 @@ class FileSensor(BaseSensorOperator):
     :type fs_conn_id: str
     :param filepath: File or folder name (relative to
         the base path set within the connection), can be a glob.
-    :type fs_conn_id: str
+    :type filepath: str
     """
     template_fields = ('filepath',)
     ui_color = '#91818a'