airflow.hooks.filesystem
¶
Module Contents¶
-
class
airflow.hooks.filesystem.
FSHook
(conn_id='fs_default')[source]¶ Bases:
airflow.hooks.base.BaseHook
Allows for interaction with an file server.
Connection should have a name and a path specified under extra:
example: Connection Id: fs_test Connection Type: File (path) Host, Schema, Login, Password, Port: empty Extra: {“path”: “/tmp”}